Re: Get Action method name in Struts 2.2.X

2011-08-10 Thread styl9090
Thanks Jason, I just figured that out before i see your response. -- View this message in context: http://struts.1045723.n5.nabble.com/Get-Action-method-name-in-Struts-2-2-X-tp4687277p4687436.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: Get Action method name in Struts 2.2.X

2011-08-10 Thread styl9090
I am just able to get the answer.. You can get action name and method names using ActionProxy object. *ActionProxy.getActionName(), ActionProxy.getMethod()* -- View this message in context: http://struts.1045723.n5.nabble.com/Get-Action-method-name-in-Struts-2-2-X-tp4687277p4687431.html Sent from

RE: [struts-user] Get Action method name in Struts 2.2.X

2011-08-10 Thread Jason Pyeron
> -Original Message- > From: styl9090 > Sent: Wednesday, August 10, 2011 16:56 > Subject: [struts-user] Get Action method name in Struts 2.2.X > > 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 ac

Get Action method name in Struts 2.2.X

2011-08-10 Thread styl9090
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