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 javaserver faces validation model?
Explain the working of execution phase in jsf.
What is the role of JSF converter tags?
What is jsf framework?
What is h:inputtextarea tag in jsf (javaserver faces)?
What is a class student?
How to implement internationalization (i18n) in JSF?
How does execution phase work in jsf (javaserver faces) lifecyle?
What is f:validatedoublerange tag in jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?
What is the significance of selectOne menu tag in JSF?
what is the difference between JSF and Struts?