One solution would be to make sure your form is in the request scope (not session)
and that you redirect (not forward) back to the page once you have finished
processing the user input. 

robert

> -----Original Message-----
> From: Brian Boyle [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 05, 2004 9:40 AM
> To: [EMAIL PROTECTED]
> Subject: Clearing Input fields
> 
> 
> Hi guys!
> 
> I was wonderng if anyone could help me with aporblem I have. I input data 
> into my input fields on my JSP page. If I press reset the fields are 
> cleared. I press submit and my ActoinForm reads the data in and my Action 
> processes it etc.... However, when I return to this page again the same data 
> is still there in hte input fields. When I press my reset button nothing 
> happens. I want to be able to return to the page again and the fields be 
> cleared. I don't want to see the same ddata in them.
> 
> Any ideas on how to do this?
> 
> Thanks for your help
> 
> Brian
> 
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
> http://join.msn.com/?page=features/virus
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to