Explain the working of execution phase in jsf.
Answer / Aneej Yadav
The Execution Phase in JSF is a phase responsible for executing action methods, processing events, validating input, and invoking navigation rules. It is triggered when the user interacts with a component that triggers an action, such as submitting a form.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give the system requirements for the jsf use.
What different jsf tags are used for conversion?
How to declare the message beans in the faces –config.xml file?
What is javaserver faces technology?
What is h:message tag in jsf (javaserver faces)?
What is h:commandbutton tag in jsf (javaserver faces)?
What are required configurations for JSF framework?
How to configure managed bean in the xml file?
What is javaserver faces ui component?
What tags are used for action and navigation?
How can we obtain the generated event?
how JSF is different from conventional JSP?