You can try another button (input type button) associated
with a method in your bean.
This method will "reset" your atributes in your bean i.e.
this.XXX=""; (String case)
this.YYY=0; (int case)
...


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 01:33 PM
Subject: How to make reset button clear all fields


> I noticed the following behavior for "RESET" button in "STRUTS" framework:
>
> The Reset button will clear all fields on the first try. After that, if
> you encountered validation errors, it seems to remember what have been
> so far. From that point on, the "reset" button only clears the new
> input values. Case in point -- try the "struts-example" login.jsp and
> you know what I am talking about.
>
>   What should I do if I still want to clear all field contents. I tried to
> use
> another button declared as "<input type="reset">" and it is not working
> either.
>
> Shu, Kwang-shi          | Tel 732-460-7848
> Village Networks, Inc.  | Fax 732-460-9851
> 246 Industrial Way West |
> Eatontown, NJ 078724    | email: [EMAIL PROTECTED]
>
>

Reply via email to