All, I'm upgrading an existing struts application. The application extends the TilesRequestProcessor->RequestProcessor and overrides the processRoles() method. Part of the enhancements I am trying to build requires me to pull some values from the application resource file. I'm using the inherited getInternal() method to get my MessageResources object however I can't find any of my key-value pairs. Its as if there is no visibility to the ApplicationResources.properties file here.
Maybe I'm missing something obvious, any help would be greatly appreciated. Here is my resources def. in my struts-config.xml file, also, I've verified that the file is in fact in the correct location (WEB-INF/classes/resources). <message-resources parameter="resources.ApplicationResources"/> Thanks in Advance, TR __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]