Search for org.apache.struts.util.MessageResources I guess this should work:
MessageResourcesFactory messageFactory = MessageResourcesFactory().createFactory(); MessageResources messages = messageFactory.createResources(); Michael On 4/22/05, Lukas Bradley <[EMAIL PROTECTED]> wrote: > Is there any way to statically access fields from resources defined in > Struts? > > In other words, I would to be able to access terms stored in properties > files without needing a ServletRequest. My application exists within a > servlet container, and utilizes Struts. However, I have processes > running that are independant of incoming requests. > > Any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

