Home »
MCQs »
JSF MCQs
Which of the following tag generates a submit button, which is then used to submit an application form?
18. Which of the following tag generates a submit button, which is then used to submit an application form?
- <h:formButton>
- <h:formsubmitButton>
- <h:formcommandButton>
- <h:commandButton>
Answer: D) <h:commandButton>
Explanation:
<h:commandButton> tag generates a submit button, which is then used to submit an application form.