Hello. I've a problem with i18n resource bundles. I've a page "home.jsp" that uses a resoruce bundle "res1" for internationalization. home.jsp, like all the pages of my web app, includes "bar.jsp" which is a bar with some links. The links are also internationalized and this bar uses the resource bundle "res2". The problem is that, when I include the bar in the page, all the text messages from res1 are not showed. If I do not include the bar, everything is ok. It's like the first resource bundle overrides the second. I use resource bundles in this way:
<s:i18n name="text/res1"> <s:text name="message"/> </s:i18n> Any help? Thanks! -- View this message in context: http://www.nabble.com/Two-resource-bundles-in-the-same-page--tp16807982p16807982.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]