I have an application that has used <bean:message> for quite some time. I have
had multiple struts-config files and each one defined message-resources that it
needed. This all worked correctly

I just changed my application to use Struts Modules. I confirmed that I have
everything working correctly with tiles and my navigation, but when I use a
bean:message tag that references a message-resource definition in one of the
module config-files, I get an error stating that 

Cannot find message resources under key managementMessages

Where managementMessages is the name of the key in the <message-resources>
declaration

The page being rendered is in the same Struts Module that the
<message-resource> being requested is defined

Also,
If the <bean:message> tag references a <message-resources> in the default
module, then it works correctly

Anyone come across this before? I am ready to ditch modules if I cannot get
this working.

Thanks 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to