DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30230>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30230 Declarative inherit DynaValidatorForms? Summary: Declarative inherit DynaValidatorForms? Product: Struts Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We use, say 5, different DynaValidatorForms. Each of which shares some 10 same properties and has further extra properties. Currently, we have to repeat the declaration of the base properties in each form. Instead, we'd like to have: * One DynaValidatorForm with 10 base property- & validation-rules. * And 5 DynaValidatorForms, which "inherit" the base property- & validation-declarations, such that only the additional property- & validation-declaration is needed. How can we get rid of the redundant property- and validation- declarations? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]