This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, I'm having trouble with my error messages. Can there only be one message-resources entry in struts-config.xml? After adding a second message-resources entry, all my error messages disappeared. My error messages are stored in MessageResources.properties. I tried to make another message-resources entry for internationalization/localization purpose. I tried to add another MessageResources copy which is MessageResources_en_US but I still can't my error messages appear again... Here are my struts-config entries. Please help... Thanks!
<message-resources parameter="errors.MessageResources"/> <message-resources parameter="language.ApplicationResources"/> [ July 18, 2006: Message edited by: Timothy Sam ]