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).

Dave



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

Reply via email to