Validator inheritance

2005-05-20 Thread Yaroslav Novytskyy
Hi! Does anyone know about the way to inherit (1) and reuse (2) validations for multiple forms in validation.xml Explanation: 1. I have a number of myForms: myForm1, myForm2, and so on they are of class MyForm (so they all have same fields) and I want them to validate the same. e.g. form

Re: Validator inheritance

2005-05-20 Thread Riyaz Mansoor
i asked this same question and the answer i got here is: this was added to Validator but not public release has been made after this. u can download a source distro of validator and compile and use it. form name=myExtForm1 extends=myForm1 the above should work as is - i am using it :) riyaz