How to refer bean method in jsf (javaserver faces)?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What are different types of expressions supported by JSF EL?

1 Answers  


What are the features of jsf (javaserver faces)?

1 Answers  


Explain JSF architecture?

1 Answers  


What are different JSF Converter tags?

1 Answers  


List the benefits of data table tags in JSF?

1 Answers  


What is resource bundling in jsf?

1 Answers  


What are JSF life cycle phases?

1 Answers  


What is the difference between jsf and jsp?

1 Answers  


What are the different types of Page Navigation supported in JSF?

1 Answers  


What is javaserver faces ui component?

1 Answers  


Tell about the life cycle of java server faces.

1 Answers  


Explain the configuration process of the managed bean in jsf.

1 Answers  


Categories