Explain @ViewScoped annotations?
Answer / Shivshankar Raghuwanshi
@ViewScoped is a scope annotation in JSF that defines a bean with view-scoped duration. This means the bean's lifecycle lasts for the length of the current user request, and it is recreated on each navigation to the same view.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between struts2 and jsf?
What do you understand by java server faces (jsf)?
What is the significance of selectOne menu tag in JSF?
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
Mention some of the validator tags used in JSF?
Give the system requirements for the jsf use.
How to validate managed bean in jsf (javaserver faces)?
What is javaserver faces technology?
What is javaserver faces navigation model?
What are the different types of Page Navigation supported in JSF?
What is the minimum configuration required for a jsf application?
What are different types of expressions supported by JSF EL?