MessageResources.getMessageResources(config); http://struts.apache.org/api/org/apache/struts/util/MessageResources.html#getMessageResources(java.lang.String)
Example Usage: MessageResources.getMessageResources(" org.apache.struts.taglib.LocalStrings"); On 10/10/05, Thomas Corte <[EMAIL PROTECTED]> wrote: > > Hi there, > > I have a Struts plugin that needs to access the MessageResources of my > Struts application (to send out some internationalized mails). > However, neither the ActionServlet nor the ModuleConfig passed to the > PlugIn's init () method seem to grant access to the MessageResources. > > I actually switched from a ServletContextListener to a PlugIn just > because of this requirement, but now I'm stuck. > > Is there a way to access them conveniently? > > -- > Thomas Corte > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >