Re: multiple submit buttons/one form

2004-06-28 Thread Michael McGrady
eider <[EMAIL PROTECTED]> > 28/06/2004 14:47 > Please respond to > "Struts Users Mailing List" <[EMAIL PROTECTED]> > > > To > "Struts Users Mailing List" <[EMAIL PROTECTED]> > cc > > Subject > multiple submit buttons/one form > &

Re: multiple submit buttons/one form

2004-06-28 Thread Axel Groß
<[EMAIL PROTECTED]> > > > To > "Struts Users Mailing List" <[EMAIL PROTECTED]> > cc > > Subject > multiple submit buttons/one form > > > > > > > Hi, > > What is best approach using Struts for a forms that hav

Re: multiple submit buttons/one form

2004-06-27 Thread Martin . Rademacher
t;Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject multiple submit buttons/one form Hi, What is best approach using Struts for a forms that have multiple submit buttons. Is it possible to bind actions to submit buttons instead of forms? Ideally, I'd like each

RE: multiple submit buttons/one form

2004-06-27 Thread William Ferguson
[mailto:[EMAIL PROTECTED] Sent: Monday, 28 June 2004 12:48 PM To: Struts Users Mailing List Subject: multiple submit buttons/one form Hi, What is best approach using Struts for a forms that have multiple submit buttons. Is it possible to bind actions to submit buttons instead of forms? Ideally

multiple submit buttons/one form

2004-06-27 Thread Eric Schneider
Hi, What is best approach using Struts for a forms that have multiple submit buttons. Is it possible to bind actions to submit buttons instead of forms? Ideally, I'd like each submit button to execute different actions. Looking at the docs, a solution hasn't jumped out at me. This is som