If there\'s a form, and has a textbox and a button, how do you erase the content of the textbox after you submit the form?
I added a code snippet how to reset all values for the current ViewRoot recursively for JSF 2 here: Reset all fields in form
This works for submitted forms showing validation errors as well as for newly entered values in a form.