Musachy, This works great as long as default Struts Object Factory is used but get the exception the following exception If I try to use StrutsSpringObjectFactory com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for dependency Any thoughts?
Thanks, Kumar. --- 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]

