What is the significance of name and eager attributes in managed bean?
Answer / Rinshu Kanaujiya
"The 'name' attribute is used to give a unique identifier to a Managed Bean, allowing it to be accessed from the JavaServer Faces application. The 'eager' attribute determines whether the bean is created and initialized as soon as it is loaded or only when it is first used (lazy loading). "
| Is This Answer Correct ? | 0 Yes | 0 No |
How to display error messages in JSF?
What is a class student?
Give a list of facelet tags.
Explain the working of execution phase in jsf.
List the new features of jsf 2.0?
How to refer bean method in jsf (javaserver faces)?
What standard jsf tag libraries do you know?
What is the significance of selectOne menu tag in JSF?
What does @applicationscoped annotation indicate?
What is a backing bean?
what are facelets JSF tags?
List the benefits of a data table in jsf.