Anjali Abraham wrote:

>-------------------------------------------------------------------------
>I Have created a new file, ValidationStrings.properties and I have placed
>this file under WEB-INF(in the same level where my other .html and .page
>files are) and the content is:
>  
>
I'm using the latest beta of Tapestry, and I think it's a good idea for
you to
start using it too (beta-11). It will also be easier for me to help you
if we use
 the same versions.

The ValidationStrings.properties should be put in the package
org.apache.tapestry.valid
Just create the required folders in your source and put the file there.
(this is a way to override Tapestry's own ValidationStrings.properties -
but
it may NOT work if you package your classes in a jar. It that case, it
depends
on which jar is loaded first by your container's classloader. You can
always change
the buildMessage method and return a hard-coded message)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to