Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
Rick Reumann wrote: Michael McGrady wrote the following on 10/5/2004 1:40 PM: 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

Re: multiple submit buttons on a form

2004-10-05 Thread Rick Reumann
Michael McGrady wrote the following on 10/5/2004 1:40 PM: 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

Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
struts lover wrote: Hello Everyone, 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 w

Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
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 requ

Re: [OT] RE: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
Durham David R Jr Contr 805 CSPTS/SCE wrote: The reason is that I may want to change this page without having to go to every place it is linked to do so. Does that qualify as a "splash" screen? HA HA - Dave Well, you live and learn, Dave. I had never heard of "splash screens" before. LOL

Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
[EMAIL PROTECTED] wrote: 1. He authored that WIKI and 2. That WIKI now directly links to his homepage, so why make the OP suffer redirection? Dennis Because indirection decouples the link and leaves me free to change my site, Dave

Re: multiple submit buttons on a form

2004-10-05 Thread Rick Reumann
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 LookupDisp

[OT] RE: multiple submit buttons on a form

2004-10-05 Thread Durham David R Jr Contr 805 CSPTS/SCE
> The reason is that I may want to change this page > without having to go to every place it is linked > to do so. Does that qualify as a "splash" screen? HA HA - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: multiple submit buttons on a form

2004-10-05 Thread DGraham
Never mind, I misread Davids post. Dennis [EMAIL PROTECTED] 10/05/2004 10:31 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: multiple submit buttons on a f

Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
Hi, David, that is a good question, which Steve Raeburn once solved by changing the link. The reason is that I may want to change this page without having to go to every place it is linked to do so. Just "decoupling", as they say. In fact, since Steve changed the link, I have changed the pag

RE: multiple submit buttons on a form

2004-10-05 Thread struts lover
LOL :)) --- Durham David R Jr Contr 805 CSPTS/SCE <[EMAIL PROTECTED]> wrote: > > > http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions > > Mike, why not link directly to the Struts related > stuff from the wiki. > Or are you trying to drum up business for your flash > skills? ;) >

RE: multiple submit buttons on a form

2004-10-05 Thread DGraham
L PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: multiple submit buttons on a form > http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions Mike, why not link directly to the Struts related stuff from the wiki. O

RE: multiple submit buttons on a form

2004-10-05 Thread Durham David R Jr Contr 805 CSPTS/SCE
> http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions Mike, why not link directly to the Struts related stuff from the wiki. Or are you trying to drum up business for your flash skills? ;) - Dave - To unsubscribe,

Re: multiple submit buttons on a form

2004-10-05 Thread struts lover
Thanks Michael very much. I will go through it. If I dont understand anything, will come back :). Thanks again. --- Michael McGrady <[EMAIL PROTECTED]> wrote: > Lucky you, Struts Lover, this has already been done. > See > http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions > . Yo

Re: multiple submit buttons on a form

2004-10-05 Thread Michael McGrady
Lucky you, Struts Lover, this has already been done. See http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions . You can get everything you want without the incredibly heavy load of having LookupDispatchAction create a reverse map of your entire ApplicationResource.properties file

multiple submit buttons on a form

2004-10-05 Thread struts lover
Hello Everyone, 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 internationaliza