2017-03-28 10:17 GMT+02:00 Dao Cong Hung (FSU17.BU68) <hun...@fsoft.com.vn.invalid>: > I don't understand what are you meaning.You can suggest me .Because I want to > keep request of action1 in action2 by way to use type result "chain"
Using action chaining isn't recommended, instead it's better to re-think why do you want to do it and use some other result type: https://struts.apache.org/docs/action-chaining.html but if you want to do it you must define exactly the same getters/setters in both actions to pass static params, and you must define this on action level not on result level, see the example: https://github.com/apache/struts-examples/tree/master/action-chaining 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