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