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 binding (JavaServer Faces technology)?
Explain JSF architecture?
What is jsf? Explain
Can the JSF support multiple faces configuration files?
What is h:inputtextarea tag in jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?
What are the different types of JSF events?
How are the various components rendered on the jsf page?
What is javaserver faces navigation model?
What does ajax stand for?
What are two ways to bind jsf supported?
What is javaserver faces ui component class?