Struts allows you to nest your existing beans inside the form class. You
won't need to duplicate the get/set methods. You reference the nested beans
with dot notation. There are examples of this in the html-setters.jsp in the
excercise-taglib webapp that comes with struts.

> -----Original Message-----
> From: Neil Blue [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 26, 2001 8:08 PM
> To: [EMAIL PROTECTED]
> Subject: action classes
>
>
> Hello,
>
> I am extending the ActionForm class to create my own bean
> Form classes.
> However I already have my own set of beans with all the getter and
> setter methods that the Form class will need. Does anyone
> know if there
> are any plans to make ActionForm etc, interfaces, as I would
> rather not
> change the basic struts package.
>
> Cheers
> Neil
>

Reply via email to