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 are standard JSF tag libraries?
What are the standard converters in jsf (javaserver faces)?
Explain @ViewScoped annotations?
List the benefits of data table tags in JSF?
What does the @applicationscoped annotation indicate?
How to display error messages in JSF?
What is the significance of selectOne menu tag in JSF?
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?
What are the various jsf api implementations you know?
Mention some of the validator tags used in JSF?
List out the converter tags used in JSF?
What are the benefits of using the jsf framework?