You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Duma Rolando <r....@urmetsistemi.it> on 2003/06/23 12:29:45 UTC

Access to MessageResources instance

I would like to know if it's possible to access an existing struts
MessageResources instance without creating a new one with the factory
class.I need this access outside the struts framework ( i.e. with a static
method ).
Thanks for your help.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Access to MessageResources instance

Posted by Dan Tran <da...@hotmail.com>.
MessageResources messages = this.getResources(request);


----- Original Message ----- 
From: "Duma Rolando" <r....@urmetsistemi.it>
Newsgroups: Struts
Sent: Monday, June 23, 2003 3:29 AM
Subject: Access to MessageResources instance


> I would like to know if it's possible to access an existing struts
> MessageResources instance without creating a new one with the factory
> class.I need this access outside the struts framework ( i.e. with a static
> method ).
> Thanks for your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org