DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17823

Problem with resouce bundles when working with multiple modules





------- Additional Comments From [EMAIL PROTECTED]  2003-03-12 09:37 -------
You're right. When bundle is set to "null", the call to RequestUtils.message() 
looks for Globals.MESSAGES_KEY in the request without any module suffix. This 
is the case when using sub-modules. The module MessageResources are put in 
request scope when the servlet processes the request. The release method though 
resets the bundle to Globals.MESSAGES_KEY. So the next call to 
RequestUtils.message() will search in application scope and not any more in 
request scope.

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

Reply via email to