Re: multiple submit buttons/one form

2004-06-28 Thread Michael McGrady
Try: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript At 03:19 AM 6/28/2004, Axel Groß wrote: just don't forget to keep the messages unique per form had once delete property and delete main entries in one form, so the message shouldn't be 'delete' for both of them...

Re: multiple submit buttons/one form

2004-06-28 Thread Axel Groß
just don't forget to keep the messages unique per form had once delete property and delete main entries in one form, so the message shouldn't be 'delete' for both of them... ciao, Axel On 2004-06-28 at 14:56:32 +1200, [EMAIL PROTECTED] wrote: > There is a nice solution described here > >

Re: multiple submit buttons/one form

2004-06-27 Thread Martin . Rademacher
There is a nice solution described here http://husted.com/struts/tips/003.html using the LookupDispatchAction action. Cheers, Martin Eric Schneider <[EMAIL PROTECTED]> 28/06/2004 14:47 Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List"

RE: multiple submit buttons/one form

2004-06-27 Thread William Ferguson
Suggest that you create a RelayAction that looks for a certain Form/Request parameter (set by your buttons). The RelayAction then just forwards onto the real Actions that you want performed, based on the value of the Request parameter. William -Original Message- From: Eric Schneider [mail