
How do I clear a form or textbox in a JSF project?

Hi Friend,
Use this inside form tag:
<h:commandButton value="reset" type="reset"/>
For more information, visit the following link:
Thanks

Thanks a lot for your help. I am a little new to JSF and there are still a lot of basics I do not understand. For some reason that tag did not work. The other command buttons I am using have this format [code]

I forgot to write the code
here it is
print("

Sorry for some reason it is not showing the code.
print("<af:commandButton
text="Create"
disabled="#{!bindings.Execute.enabled}"
binding="#{backing_Articulos.btn_Create}"
id="btn_Create"
action="#{backing_Articulos.btn_Create_action}"/>");
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.