Re: Forms/JSP

2004-06-17 Thread Chris Cranford
mmon ActionForm class and that those are the only values being referenced in the CORE functionality of this common JSP. Make sense? - Original Message - From: "Chris Cranford" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu

Re: Forms/JSP

2004-06-17 Thread Chris Cranford
ng List" <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 3:08 PM Subject: RE: Forms/JSP I have never seen any good strategy crossing oo-concepts like inheritance and user interface patterns. I always end up back at the containment approach(Breaking your interfaces into smallest re-usabl

RE: Forms/JSP

2004-06-17 Thread Linck, Ken
concept already, I will be happy to read it though and provide some feedback. Ken -Original Message- From: mike [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 2:46 PM To: Struts Users Mailing List; Struts Users Mailing List Subject: Re: Forms/JSP Hello, Chris, I sent out a

Re: Forms/JSP

2004-06-17 Thread mike
Cranford wrote: Any thoughts anybody? - Original Message - From: "Chris Cranford" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 12:17 PM Subject: Forms/JSP I have created a form hierarchy as follows:

Re: Forms/JSP

2004-06-17 Thread Chris Cranford
Any thoughts anybody? - Original Message - From: "Chris Cranford" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 12:17 PM Subject: Forms/JSP I have created a form hierarchy as follows: public

Forms/JSP

2004-06-17 Thread Chris Cranford
I have created a form hierarchy as follows: public class CheckboxPagedForm extends ActionForm public class MaintenanceForm extends CheckboxPagedForm I did this because there are form-specific attributes for the maintenance form, but we have multiple forms which are going to need to leverage t