struts lover wrote the following on 10/5/2004 10:12 AM:
I have this problem. I have several submit buttons on
a form and I am using a modified version of
LookupDispatchAction class.
Is there any way for the buttons to have the same name instead of having separate names as required by LookupDispatchAction. I also want internationalization to be taken care of.
Answer: Don't use the LookupDispatchAction:) Much more trouble than it's worth. Use one of Michael's solutions (which are great for multiple button forms) or simply use a basic DispatchAction.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]