Hi all,

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 :( ..

<action name="myFormBean" path="/processMyForm"

type="com.myPack.MyRegistration" scope="request"

validate="false">

<forward name="success" path="/summary.do" redirect="true"/>

</action>



<action path="/summary"

type="com.myPack.Summary" scope="request"

validate="false">

<forward name="success" path="sumaryPage.jsp"/>

</action>

help me!

thanks in advance! :| 

bowlkhin

Reply via email to