Re: struts validator

"Sasvata (Shash) Chatterjee" <[email protected]> Mon, 07 Jun 2004 22:04:17 -0500
Newsgroups gmane.comp.java.keel.user
Message-ID <[email protected]>
Louis/Mike,

>
>Please let me know when the message fix is in as well. Thanks!
>  
>
Thought I'd mention something I ran into.  If you are using Struts, and 
are using i18n message resources, and those messages are not showing up, 
then it may be because the build system was copying the *.properties 
resource files to an incorrect location (copying to WEB-INF, instead of 
WEB-INF/classes).  The clue is if you see "Unable to translate....." 
logs on the Struts/Tomcat console.  I fixed this already in keel-build CVS.

Shash