Hi, I got question about new actionform classes extending existing actionform classes. For example, I have this CreateUserProfileForm that has all the fields for User Profiles, which I would like to use them in my new form UpdateUserProfileForm. Is it possible that the UpdateUserProfileForm extend from the existing CreateUserProfileForm (so that I can reuse all the existing attributes of that class) instead of extending from ActionForm? I've tried that and when I start up my application I get a UnavailableException thrown by the ActionServlet. but when I replace the "extend CreateUserProfileForm" back to "extend ActionForm" everything worked fine. Could someone help me out ? Thanks.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

