On 4/10/06, Dave Newton <[EMAIL PROTECTED]> wrote:
> Pham Anh Tuan wrote:
> > I got problem with redirect attribute in forward tag.
> >
> > after MyRegistration is processed, it register some values in request scope 
> > (some messages to inform that Registration was successful), but after 
> > redirecting to Summary action, all values which registered in request scope 
> > is empty or null.
> >
> > I don't want user see url: /processMyForm in address bar, instead that, 
> > user only see /summary.do on url :( ..
> >
>
> Likely the easiest choice would be to put the information in session
> (and remove it later).

I would suggest to learn how redirection works first. I guess, it is
too late now ;-)

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

Reply via email to