RE: Access to ActionContext.getContext().getName() using OGNL

2011-05-29 Thread Jason Pyeron
> -Original Message- > From: jlm...@gmail.com > Sent: Saturday, May 28, 2011 22:49 > To: Struts Users Mailing List > Subject: Re: Access to ActionContext.getContext().getName() using OGNL > > The reason is that I have JSP which contains a form that > it

Re: Access to ActionContext.getContext().getName() using OGNL

2011-05-28 Thread Steven Yang
;Struts Users Mailing List' > Reply-To: "Struts Users Mailing List" > Subject: RE: Access to ActionContext.getContext().getName() using OGNL > > > -Original Message- > > From: JOSE L MARTINEZ-AVIAL [mailto:jlm...@gmail.com] > > Sent: Saturda

Re: Access to ActionContext.getContext().getName() using OGNL

2011-05-28 Thread jlmagc
ts Users Mailing List" Subject: RE: Access to ActionContext.getContext().getName() using OGNL > -Original Message- > From: JOSE L MARTINEZ-AVIAL [mailto:jlm...@gmail.com] > Sent: Saturday, May 28, 2011 16:53 > To: Struts Users Mailing List > Subject: Access to ActionContext.g

RE: Access to ActionContext.getContext().getName() using OGNL

2011-05-28 Thread Jason Pyeron
> -Original Message- > From: JOSE L MARTINEZ-AVIAL [mailto:jlm...@gmail.com] > Sent: Saturday, May 28, 2011 16:53 > To: Struts Users Mailing List > Subject: Access to ActionContext.getContext().getName() using OGNL > > Hi, > I've been looking for a whil

Access to ActionContext.getContext().getName() using OGNL

2011-05-28 Thread JOSE L MARTINEZ-AVIAL
Hi, I've been looking for a while, but haven't found anything, so I'm asking here. How can I get the name of the action from a Struts2 Tag? IOW, I would like to do something like ActionContext.getContext().getName(), but using . I haven't found any information on how to do that. Thanks Jose