"Juha Paananen" <[EMAIL PROTECTED]> wrote:

> I want to fill in a form JavaBean using a struts form, and after
> validating it in my Action class, store it into the db using a session
> EJB component. The proble here is that I have to extend ActionForm class
> to make the bean work with Struts. 

You can use containment instead of inheritance. You should avoid using
Struts ActionForm on the business logic level.

--
gR



Reply via email to