Re: Access to MessageResources instance

2003-06-23 Thread Dan Tran
MessageResources messages = this.getResources(request); - Original Message - From: "Duma Rolando" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Monday, June 23, 2003 3:29 AM Subject: Access to MessageResources instance > I would like to know if it's possib

Access to MessageResources instance

2003-06-23 Thread Duma Rolando
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. -