Hi, I would like to use something like this: <form-bean name="form1" type="com.mycompany.Form1" /> <form-bean name="form2" type="com.mycompany.Form2" /> <form-bean name="form3" type="com.mycompany.Form3" />
with : Form1.java, Form2.java, Form3.java extend Form.java. Form1, Form2 and Form3 have the same properties, but different validate() methods. How to write that all these forms refer the same one. I mean, I would like struts to save these differents form-beans with the same name in session or request scope. Then, I could use the properties set in form1 in the form2 (etc.) (like a wizard) Thanks for help. -- C. Bouessay -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

