Explain some of the attributes of <h:form> tag?
Answer / Rahul Jaiswal
The <h:form> tag in JSF is a container for UI components that are submitted to the server. Some common attributes include action (specifies the URL to submit the form data), method (specifies the HTTP method, such as GET or POST), and id (provides a unique identifier for the form).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain different ways of declaring a managed bean in JSF?
What is the difference between jsf-1 and jsf-2?
what is the difference between JSF and Struts?
What is f:validatelongrange tag in jsf (javaserver faces)?
What is the JSP tag?
What are the differences between a Backing Bean and Managed Bean?
Give a list of facelet tags.
Name some important event handlers.
What is f:converter tag in jsf (javaserver faces)?
What is the significance of facelets tag?
Explain the working of execution phase in jsf.
What is jsf and why it is used?