How to refer bean method in jsf (javaserver faces)?
Answer / Pramesh Kumar
In JSF, you can reference a managed bean method using the #{beanName.methodName} syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is view object?
What is f:validatelength tag in jsf (javaserver faces)?
What is the use of the view module?
What is the main tag in jsf?
What is the difference between instant and deferred expressions?
Explain the difference between jsf 1.0vs.jsf 2.0?
What are the benefits of using the jsf framework?
what does a typical JSF application consist of?
Explain @ViewScoped annotations?
Explain some of the attributes of <h:form> tag?
Can we have more than one faces-config.xml files in jsf?
Explain the working of render phase in jsf.