All, I am trying to have 2 ApplicationResources.properties file each dealing with different sub-applications. I have created the 2 separate resource bundles along with different entries into the struts-config.xml as follows :
<message-resources null="false" parameter="xxx.dev.resources.ApplicationResources" /> <message-resources null="false" parameter="xxx.dev.resources.OtherApplicationResources" /> It seems to work fine for subapplication 2 but seems like the key-value pairs cannot be accessed in subapplication 1. Am I missing something? Thanks, CK --------------------------------- Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing

