Clear JSF form input values after submitting

前端 未结 5 1958
情歌与酒
情歌与酒 2020-11-27 07:03

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?



        
5条回答
  •  攒了一身酷
    2020-11-27 07:41

    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.

提交回复
热议问题