One alternative is to write a JavaScript function that will clear all your
text fields. Bind the function to the onClick event of a generic HTML button
tag and you're set.  Note that this only affects what you see on the screen,
it's never touching the server.  If you were to hit your new "reset"
JavaScript-based button it'd look cleared; however, if you hit refresh your
values would be re-populated. :)  Regardless, this suggestion will simulate
an HTML reset button.

Chris

Christopher Assenza
Phone:  412.201.6026
Fax:     412.201.6060
Email:  [EMAIL PROTECTED]
ACCESSDATA
Moving Your Business from Point A to Point e.SM
http://www.accessdc.com/



-----Original Message-----
From: Kwang-Shi Shu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 12:33 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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