RE: Access to ServletContext from MessageResources[Factory]

2005-10-04 Thread Joe Germuska
Struts Users Mailing List Subject: Re: Access to ServletContext from MessageResources[Factory] I agree with what Joe said. In the latest release (1.2.7) the only thing you get passed to the MessageResourcesFactory's create method is the "parameter". I have changed it

RE: Access to ServletContext from MessageResources[Factory]

2005-10-04 Thread Chris Bredesen
005 3:21 PM > To: Struts Users Mailing List > Subject: Re: Access to ServletContext from MessageResources[Factory] > > I agree with what Joe said. > > In the latest release (1.2.7) the only thing you get passed > to the MessageResourcesFactory's create method is the >

Re: Access to ServletContext from MessageResources[Factory]

2005-10-04 Thread Niall Pemberton
then Globals.MESSAGES_KEY plus the module prefix. Niall - Original Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "Chris Bredesen" <[EMAIL PROTECTED]>; Sent: Tuesday, October 04, 2005 7:49 PM Subject: Re: Access to ServletContext from MessageResour

Re: Access to ServletContext from MessageResources[Factory]

2005-10-04 Thread Joe Germuska
At 2:17 PM -0400 10/4/05, Chris Bredesen wrote: Hi Group, I'd like to create an implementation of MessageResources that is backed by Spring-sourced database accessors. I can't seem to get ahold of ServletContext form anywhere inside the MessageResources classes, and as such I cannot obtain my W

Access to ServletContext from MessageResources[Factory]

2005-10-04 Thread Chris Bredesen
Hi Group, I'd like to create an implementation of MessageResources that is backed by Spring-sourced database accessors. I can't seem to get ahold of ServletContext form anywhere inside the MessageResources classes, and as such I cannot obtain my WebApplicationContext reference. Is there somethi