Hi all, I'm using Struts, displaytag 1.1, tomcat 5.0.3 and java 5.
When the message I'm trying to display in the table header is in the default resource bundle (resources.application) it is displaying properly. However when I moved the message to another resource bundle (resources.application-jsp) with key "jsp" its not working anymore. So how could I specify in displaytag to look for the message in key "jsp"?? <message-resources parameter="resources.application" null="false"/> <message-resources key="jsp" parameter="resources.application-jsp" null="false"/> I've tried the suggestions in the mailing list archive below but none worked for me. http://www.mail-archive.com/search?q=Table%20Internationalization&[EMAIL PROTECTED]&start=0 Things I've tried 1. In my jsp page <fmt:setBundle basename="jsp" /> 2. In my action class Config.set(request, Config.FMT_LOCALIZATION_CONTEXT, "jsp"); any help is appreciated. thanks, piglet ____________________________________________________________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

