By design ActionForms won't "know" about Action classes. But rather the ActionForm reference will be passed to the Action in its perform method. So forms are used by actions.
Actions are actually defined by you in the struts-config.xml and several may be implemented in the same Action class. Finally an ActionForm could contain several child beans. And those beans could be also be ActionForm subclasses. ----- Original Message ----- From: "Crisalyn Ramos" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 6:22 PM Subject: several ActionForm accessing one Action class > Hi, all. I have several ActionForm that needs to access one Action > class. Is this possible? > > > thanks, > Cris > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

