Hi Matt, Thanks for your great work and help.
I've found 2 bugs about displaytag i18n. 1. Displaytag messages encoding messed. 2. Click "AppFuse in Enlish", displaytag messages don't switch to English. My solution(in Chinese environment): 1.Modify pom.xml: a. Add displaytag_zh*.properties to "native2ascii-maven-plugin" plugin's "includes" element; b. Add displaytag_zh*.properties to "resources" element's "exclude" subelement. 2. Add a "displaytag_en.properties" file(copy and paste messages from displaytag's default property file in the local maven repository) to "...\src\main\resources" directory. :-) Robert Han -- View this message in context: http://www.nabble.com/Problem-and-resolution-on-displaytag-i18n%28Appfuse-2%29-tf4728504s2369.html#a13520436 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
