In Struts 1 dispatch action, a request parameter can be set either as a form
attribute or as a request attribute from within any action class or through
URL and the correct dispatch method in the action gets invoked. Is there a
way to do this in Struts 2? 

We are migrating our Struts 1.x application to Struts 2 and trying to find
out if we can have the proper dispatch method invoked by setting a request
parameter. I am a Struts 2 newbie and so far found only 2 ways: 
1. By defining the method property in the submit button tag. 
2. Using URL dAction.do?method:dMethodName or dAction!dMethodName.do

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Struts-2---Dispatch-Action-tp23410702p23410702.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to