hiz ... thank you very much Dave :)
----- Original Message ----- From: "Dave Newton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Monday, April 10, 2006 10:11 PM
Subject: Re: [HELP] Problem with redirect attribute of forward tag


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]





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

Reply via email to