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 <mksre...@yahoo.com> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to