Hi

I'm developing a struts web app with several ActionForm objects which share
the same attributes, eg name, address etc.  I actually have 3 separate forms
which require address details.  To cut down on code I've thought of having
ActionForms and child ActionForms which inherit their parent's attributes,
along with their own attributes.  Is it ok to implement ActionForm objects
like this in Struts?

Thanks

Peter



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to