Hi, I am migrating my application from Struts 2.0.X to 2.2.3. In 2.0.x I used to get the struts action and method names using *ActionContext.getContext().getName();*, this returns action along with method like "test!getUser", but in latest version getName() does not return method, it only returns action name("test"). I am unable to find any method/class to get action method name.. I have upgraded xwork version from 2.0.4 to 2.2.3. Any help in this regard greatly appreciated.
-- View this message in context: http://struts.1045723.n5.nabble.com/Get-Action-method-name-in-Struts-2-2-X-tp4687277p4687277.html Sent from the Struts - User mailing list archive at Nabble.com.