What is managed bean and backing bean in jsf?
Answer / Trilok Kumar
In JSF, a Managed Bean is a Java class that represents a component of the application. A Backing Bean is a specific type of Managed Bean that is used to handle the business logic and state of the UI components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some important event handlers.
Explain different types of jsf events?
Can we have more than one faces-config.xml files in jsf?
What standard jsf tag libraries do you know?
What is the minimum configuration required for a jsf application?
What are two ways to bind jsf supported?
What is h:message tag in jsf (javaserver faces)?
What is the significance of selectOne menu tag in JSF?
What are the different types of validation used in jsf?
Can we have a jsf application without faces-config.xml?
What are the available validation tags in jsf (javaserver faces)?
What is the use of the view module?