0
Good morning guys, I’m trying to clear the attribute value="teste" of tag html:text, but I am not succeeding, the problem is qnd I submit the form with an empty field that is mandatory it makes the redirect for the same page but with the values saved in the field that was inserted before, I want to clean this data that is saved in the field value. Below is the rendered page. I am using Struts 1.1 and JSP

What command do you use to redirect to the form again?
– Isdeniel
Good afternoon Flávio, I managed to clear the field I kind of forced it with the empty value, I put in the tag html:text the attribute value="" and it worked out he cleaned the value, thanks for the attention.
– Israel Andrade