How to reset the form data?

2004-01-23 Thread Zhou, Qin (Eric)
Hi I create a form bean. I need to reset some fields to default value after each submit instead of remembering user's input. What's the easy way to do this? Thanks Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: How to reset the form data?

2004-01-23 Thread Wendy Smoak
Eric wrote: I create a form bean. I need to reset some fields to default value after each submit instead of remembering user's input. What's the easy way to do this? The easiest way is to put the form in request scope, which will work fine until you use the Validator, at which time you'll

Re: How to reset the form data?

2004-01-23 Thread markus baumgartner
] To: [EMAIL PROTECTED] Sent: Friday, January 23, 2004 1:24 PM Subject: How to reset the form data? Hi I create a form bean. I need to reset some fields to default value after each submit instead of remembering user's input. What's the easy way to do this? Thanks Eric

How to reset a form

2003-08-28 Thread Koni
I have a form with two select boxes. When I change something in selectbox_1 the selectbox_2 changes also (by javascript). After successful saving the stuff I return to the same page. Unfortunately this page shows still the old values!? After pressing reload in the browser, the correct values show

RE: How to reset a form

2003-08-28 Thread Cezar Nasui
Message- From: Koni [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:01 AM To: [EMAIL PROTECTED] Subject: How to reset a form I have a form with two select boxes. When I change something in selectbox_1 the selectbox_2 changes also (by javascript). After successful saving the stuff I