1) This has been talked about on the wiki I think, and I believe you can
add your own properties file with the same name and package, within your
own application structure. I believe that doing so will append your
messages to the core file (or override ones you override).
2) Sure, just add your ow
Hi,
I coded a validator, it's working, i got two issues:
1) extending ValidationMessages.properties: of course I can just add my
message to the file, but that's not a good idea, is there way to add the
message in the application level?
2) Tapestry.js' addValidator, adding my js validator to th