I have a hierarchy of DynaValidatorForm beans. There is a form "Something" and subtypes "SpecialSomething1" and "SpecialSomething2". If I use validation and refer to the bean "Something" (to specify which general purpose properties should be validated), the validation does not work. I have to copy the validation code and refer to each single subtype of the form. Does the validation part not take the inheritance hierarchy of form beans take into account or did I make an error in my configuration?
Cheers, Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]