Upgrade to Validator 1.2.0 there are some features that make this easier. In versions of validator before 1.2.0, you would have to define all forms in each locale. Now locales inherit from their "parent" locale - what I mean by that is for example the "en_US" locale formset would inherit from a "en" locale formset, which in turn will inherit from the default formset.
You can also use the new "extends" attribute to explicitly inherit forms, which can cut down on the duplication. See here for more details, see http://wiki.apache.org/jakarta-commons/ValidatorVersion120 http://jakarta.apache.org/commons/validator/ Niall ----- Original Message ----- From: "Kalra, Ashwani" <[EMAIL PROTECTED]> Sent: Wednesday, November 30, 2005 10:08 AM Hi, I have at least one validation that is different in each country. Does it mean that I have to define a formset for each language and Country combination. If I have to do this way its size and manageability is my concern. Is there a better way? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]