Using subclasses of class specified in form-bean element

2002-11-22 Thread Derek Richardson
I have a superclass, RuleForm, with some subclasses, like ImportRule and ExportRule. In my struts-config file, I specify that my actions deal with a form-bean named ruleForm in session scope which is defined as type RuleForm. However, the actual class of the bean will usually be ImportRule or

Re: Using subclasses of class specified in form-bean element

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, Derek Richardson wrote: Date: Fri, 22 Nov 2002 19:27:48 -0500 From: Derek Richardson [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Using subclasses of class specified in form-bean

Re: Using subclasses of class specified in form-bean element

2002-11-22 Thread Eddie Bush
Derek Richardson wrote: I have a superclass, RuleForm, with some subclasses, like ImportRule and ExportRule. In my struts-config file, I specify that my actions deal with a form-bean named ruleForm in session scope which is defined as type RuleForm. However, the actual class of the bean will

RE: Using subclasses of class specified in form-bean element

2002-11-22 Thread Derek Richardson
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 7:37 PM To: Struts Users Mailing List Subject: Re: Using subclasses of class specified in form-bean element If you always precreate your form beans (so that Struts doesn't have