--- Emmanuel Boudrant <[EMAIL PROTECTED]> wrote:
> 
>  You need a redirection. In a redirection, the request (who
> containt the form) is not propagate. Just put in forward
> declaration :
> <forward name="toto" path="/path_to_toto.jsp" redirect="true"/>
> If your form is stored in session scope, you need to call reset();
> -emmanuel

and

--- "Karr, David" <[EMAIL PROTECTED]> wrote:
> Do you just mean you want to do a redirect?  If so, you can do this
> without changing your code, just change the forward definition (in
> your
> action, or global) to have 'redirect="true"'.
> 

Thank you both.

The strange thing is, I tried the redirect attribute before I posted
my question last night.  I must have done something wrong because
I tried it again this morning after seeing your responses and it
works just as you said.  As a note, it seems to work the same
whether I reset() the form or not (it is in session scope).

Emmanuel, why do you say that I need to call reset()?

Thanks again,
Kevin

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to