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 |
List the benefits of data table tags in JSF?
What is the use of jsf life cycle?
What are the standard converters in jsf (javaserver faces)?
How to display error messages in JSF?
What is javaserver faces ui component class?
What is binding (JavaServer Faces technology)?
What are facelet jsf tags?
What is view object?
What is JSF Navigation Rule?
What are the advantages of facelets?
Explain @ViewScoped annotations?
What is f:validatelongrange tag in jsf (javaserver faces)?