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 different types of expressions supported by JSF EL?
What are the features of jsf (javaserver faces)?
Explain JSF architecture?
What are different JSF Converter tags?
List the benefits of data table tags in JSF?
What is resource bundling in jsf?
What are JSF life cycle phases?
What is the difference between jsf and jsp?
What are the different types of Page Navigation supported in JSF?
What is javaserver faces ui component?
Tell about the life cycle of java server faces.
Explain the configuration process of the managed bean in jsf.