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 |
What is resource bundling in jsf?
Explain the difference between the attributes immediate and rendered?
Explain the different kinds of bean scopes in jsf?
Can we integrate jsf with other popular frameworks like spring, hibernate, etc.?
What are the facelets templates?
What different jsf tags are used for conversion?
How does execution phase work in jsf (javaserver faces) lifecyle?
What are the requirements for using integrated jsf using jdbc?
how you can call multiple listeners in JSF?
Explain immediate and rendered attributes?
What is f:validatedoublerange tag in jsf (javaserver faces)?
What is JSF?