How are the name and eager attributes used in managed bean?
Answer / Ashish Bhatnagar
The 'name' attribute specifies the unique identifier for the managed bean, while the 'eager' attribute determines whether the managed bean is created when the application starts or when it is first requested.
| Is This Answer Correct ? | 0 Yes | 0 No |
what Ajax is and how JSF is useful for making AJAX call?
What are the various features of java server faces?
Explain what is the JSF architecture?
What is the minimum configuration required for a jsf application?
What are different types of expressions supported by JSF EL?
Explain the different kinds of bean scopes in jsf?
What tags are used for action and navigation?
what does a typical JSF application consist of?
What is javaserver faces ui component class?
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
What is jsf life cycle and its phases?
How does execution phase work in jsf (javaserver faces) lifecyle?