What is managed bean in jsf (javaserver faces)?
Answer / Alop Agrahari
A Managed Bean in JSF (JavaServer Faces) is a Java class that represents the backing data for a JSF page. It stores data and business logic, and its methods can be invoked by the UI components on the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
Explain the different kinds of bean scopes in jsf?
What is h:inputtextarea tag in jsf (javaserver faces)?
Explain what is the JSF architecture?
What are the different types of events in jsf?
List the new features of jsf 2.0?
What is resource bundling in jsf?
what are facelets JSF tags?
What is the use of jsf life cycle?
List the benefits of Expression Language?
What is a listener class?
What are the features of jsf (javaserver faces)?