What does the @managedproperty annotation mean?
Answer / Lal Singh
"The @ManagedProperty annotation in JSF signifies that a property is to be managed by the component tree during the lifecycle of the application, allowing for injection of components or beans into other beans"
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell about the life cycle of java server faces.
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
What is h:inputfile tag in jsf (javaserver faces)?
Explain the differences between a managed bean and backing bean in jsf?
What is meant by bean scope?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What is f:converter tag in jsf (javaserver faces)?
Explain the working of execution phase in jsf.
What is f:validaterequired tag in jsf (javaserver faces)?
What are the facelets templates?
What are the three types of tags for text fields exist in jsf?
What is a listener class?