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 happens if the action supports multiple 
forms? Do I need to create an action mapping for each form that maps to the same 
action class... that way each mapping can have its own input reference?
 
Thanks

Reply via email to