RE: Obtaining the value of struts.action.extension in a struts2 nterceptor

2009-05-28 Thread Martin Gainty
ement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 28 May 2009 10:26:57 -0400 > Subject: Re: Obtaining the value of struts.action.extension in a struts2

Re: Obtaining the value of struts.action.extension in a struts2 nterceptor

2009-05-28 Thread Yellek
Thanks! This works like a charm. Musachy Barroso wrote: > > add this to your interceptor > > @Inject(StrutsConstants.STRUTS_ACTION_EXTENSION) > public void setExtension(Strtin ext) {} > > musachy > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > >

Re: Obtaining the value of struts.action.extension in a struts2 nterceptor

2009-05-28 Thread Wes Wannemacher
I'd imagine that you can use @Inject But, there is always the warning that using @Inject is not supported and we reserve the right to change the behavior later (as if we'd ever be able to change @Inject) -Wes On Thu, May 28, 2009 at 10:19 AM, Yellek wrote: > > I have a need to obtain the value

Re: Obtaining the value of struts.action.extension in a struts2 nterceptor

2009-05-28 Thread Musachy Barroso
add this to your interceptor @Inject(StrutsConstants.STRUTS_ACTION_EXTENSION) public void setExtension(Strtin ext) {} musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: user-unsubsc