Works Great. Thanks. --- On Fri, 3/27/09, Musachy Barroso <[email protected]> wrote:
From: Musachy Barroso <[email protected]> Subject: Re: using inject with Convention Plugin To: "Struts Users Mailing List" <[email protected]> Date: Friday, March 27, 2009, 12:55 PM There is no documentation about it. Don't tell anyone I told you, but you just need to do something like: @Inject("the.constant") public void setSomeConstant(String constant) { } and the value of the constant with key "the.constant" will be injected. You can also inject by type, like the "Container" instance and so on. musachy On Fri, Mar 27, 2009 at 3:48 PM, Kumar Mettu <[email protected]> wrote: > Hi, > > I am looking for a way to inject resources while using Convention Plugin. I > can't find any relevant docs. Can someone point me in right direction? > > Thanks, > Kumar. > > > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

