Rick Reumann wrote:

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.

He cannot use a basic DispatchAction, Rick, since he wants to use multiple buttons. He needs multiple buttons with the same value. Since the value of the name parameter in the HTML is completely decoupled from all of my solutions, he is free to do that with all the solutions.

Michael


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to