What is managed bean?
Answer / Siddhant Kumar
A Managed Bean is a Java class that manages the state of a component in JSF. It can be used to encapsulate business logic and data required by the components on the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are some ways to declare a class a managed jsf bean?
Explain the purpose of the <h: form> tag.
Explain the jsf architecture.
What are the different types of Page Navigation supported in JSF?
Give the system requirements for the jsf use.
What is f:validateregex tag in jsf (javaserver faces)?
What is the significance of selectOne menu tag in JSF?
What are the different types of expressions supported by jsf el (expression language)?
How to declare the message bundle in jsf?
How does render phase work in jsf (javaserver faces) life cycle?
What is JSF?
What is component rendering model?