what does JSF-Managed Bean?
Answer / Hemant Tejyan
JSF Managed Bean is a Java object that represents a UIComponent in a JSF application. These beans can contain data, behavior, and navigation information required for the application to work effectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is managed bean in jsf (javaserver faces)?
Explain the working of render phase in jsf.
What is h:commandbutton tag in jsf (javaserver faces)?
What is h:inputfile tag in jsf (javaserver faces)?
What is f:validaterequired tag in jsf (javaserver faces)?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
How to access js (javascript) file in jsf (javaserver faces) application?
What are some ways to declare a class a managed jsf bean?
What is javaserver faces technology?
How to display error messages in JSF?
Explain the different kinds of bean scopes in jsf?
Define jsf?