List some of the attributes of <h:form> tag in jsf?
Answer / Pintu
Some important attributes of <h:form> tag in JSF are id, styleClass, action (URL for servlet), prependId (adds the component's ID to the form's ID) and enctype (specifies the MIME type used when submitting forms).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain value expression and method expressions in jsf?
What tags are used for action and navigation?
What is the difference between jsf-1 and jsf-2?
What are the facelets composite components?
What are converter tags in JSF?
why is jsf used for?
How does the execution phase work in jsf (javaserver faces) life cycle?
Explain the difference between jsf 1.0vs.jsf 2.0?
How to declare the message bundle in jsf?
What are the command component tags used for action and navigation?
List some advantages of facelets.
How can we obtain the generated event?