2017-03-27 9:31 GMT+02:00 Dao Cong Hung (FSU17.BU68)
<hun...@fsoft.com.vn.invalid>:
> <action name="action1"
>                         
> class="jp.co.fujixerox.eappli.printapp.struts.PostLauncherAction">
>                         <result name="error" type="chain">
>                                 <param name="actionName">action2</param>
>                                 <param name="name">close</param>
>                         </result>
> </action>
> <action name="action2"
>                         
> class="jp.co.fujixerox.eappli.printapp.struts.PostLauncherAction">
>                         <result 
> name="success">/jsp/showResult/success.jsp</result>
> </action>
> So at controller of action2, I use request.getParameters("name")=null;

hm... but the "name" parameter from the "action1" isn't a request
parameter, it will be applied only to the "action1".


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to