RE: DispatchAction question

2004-01-18 Thread Richard Hightower
, January 17, 2004 8:12 AM To: [EMAIL PROTECTED] Subject: DispatchAction question I just started working on an app and my action classes extend DisptachAction. I was wondering if there will be a problem if my action class supports multiple forms ** The same action can support multiple ActionForms

RE: DispatchAction question

2004-01-18 Thread Richard Hightower
#StrutsMentoring -Original Message- From: David Liles [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 8:12 AM To: [EMAIL PROTECTED] Subject: DispatchAction question I just started working on an app and my action classes extend DisptachAction. I was wondering if there will be a problem

DispatchAction question

2004-01-17 Thread David Liles
I just started working on an app and my action classes extend DisptachAction. I was wondering if there will be a problem if my action class supports multiple forms The action mapping in the struts-config.xml file has an input attribute indicating which jsp the request came from what