Hello all, Silly question.. I have 3-4 different action forms which shares common properties, plus have Some properties specific to each form.
I was wondering, is it possible to define a base DynaActionForm, and have all my forms extend it? If, so how? If I define <form-bean name="basicDyna" type="org.apache.struts.action.DynaActionForm"> <form-property name="prop1" type="java.lang.String"/> <form-property name="prop2" type="java.lang.String"/> <form-property name="prop3" type="java.lang.String"/> </form-bean> and I want basicDyna2 to extend basicDyna, which type shall I declare? Thanx and regards marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]