Hi, 

I am stuck with a problem I want to add parameters to redirect. Following is 
the example.

    <package name="org.caltex.signup" extends="struts-default">
<action name="SignUpAction" class="org.caltex.SignUpAction">
<result name="redirecturl" type="redirect">
<param name="location">${redirecturl}</param>
<param name="email">${email}</param>
</result>
             <result name="input">/left/jsp/signup/signup.jsp</result>
            <result name="error">/left/jsp/signup/signup.jsp</result> 
</action>
</package> 


but email is not getting appended to the url.

Help would be highly appreciated
thanks in advance




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to