You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Christopher Willingham <su...@maine.rr.com> on 2003/04/26 22:23:35 UTC

validator messages

Hello,

 

The error messages defined in validation-rules.xml allow nice
substitution for particular fields but what if I need to change the form
of the message entirely?  Must I create my own rules where the only
difference is a different message resource?  I was hoping I could
specify/override that in validation.xml but it seems for certain
instances I will have to change them I fear that will cause me hassles
later down the road with upgrades. Am I missing something or do I indeed
need to do it the way I'm thinking?

 

-Chris