Theres no feature in struts currently to do this. There are bugzilla requests relating to this type of request here...
http://issues.apache.org/bugzilla/show_bug.cgi?id=22600 http://issues.apache.org/bugzilla/show_bug.cgi?id=10551 http://issues.apache.org/bugzilla/show_bug.cgi?id=31023 Niall ----- Original Message ----- From: "Gabriel Fran�a Campolina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 2:59 PM Subject: How I extends a DynaValidator Hi, I have a problem, I'd like extends a DynaValidator but I can't. Look the form-beans in my struts-config.xml: ... ... ... <form-beans> <form-bean name="baseForm" type="org.apache.struts.validator.DynaValidatorForm"> <form-property name="method" type="java.lang.String"/> </form-bean> <form-bean name="productForm" type="org.apache.struts.validator.DynaValidatorForm" extends="baseForm"> <form-property name="name" type="java.lang.String"/> <form-property name="price" type="java.lang.Double"/> </form-bean> </form-beans> ... ... ... What is wrong? When I start the tomcat this alert about: The attribuite extends require a form-bean. -- Gabriel Fran�a Campolina Tel: 9202-8320 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

