Pat,

It's possible by restarting the tomcat server, you're serializing the session 
-- it's called a
"sticky session" -- which sticks around between restarts. 

I am not aware of anyone using reset(). If you also need to clear the form 
fields, why not use a
request scope form? It sounds like you have your form in session scope so the 
last submit is
always in memory; set scope="request" on the <action> definition and this will 
solve it. 

--- Chris Pat <[EMAIL PROTECTED]> wrote:

> Hello
> I have an app with three fields on the form.  It all
> works fine and I even have the Reset method assigning
> blank strings.  The problem, Reset never works.  I
> submit the form and the form values  do not clear. 
> This is even more unbelievable, I down TC, recompile
> the war, place it in webapps, start TC, and STILL the
> same values.  How can this happern, what am I clearly
> not doing?  
> 
> Also, If I wanted the form to keep a dynamic list per
> field of the values entered per session per form with
> the browser, is there an easy way to do that?  Thank you.
> 
> 
>       
>               
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

Reply via email to