RE: Button labels and DispatchActions mix?

2003-08-14 Thread ansuman_behera
McCulloch [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 6:09 PM To: 'Struts Users Mailing List' Subject: RE: Button labels and DispatchActions mix? I believe that the solution is to use a DispatchLookupAction rather than a dispatch action. See p226 in Struts in Action for a descript

Re: Button labels and DispatchActions mix?

2003-08-14 Thread Todor Sergueev Petkov
that the solution is to use a DispatchLookupAction rather than a > > dispatch action. See p226 in Struts in Action for a description. > > > > Paul > > > > -Original Message- > > From: Rohit Aeron [mailto:[EMAIL PROTECTED] > > Sent: 07 August 2003 13:

Re: Button labels and DispatchActions mix?

2003-08-14 Thread Todor Sergueev Petkov
> Sent: Thursday, August 07, 2003 8:10 AM > > To: Struts Users Mailing List > > Subject: RE: Button labels and DispatchActions mix? > > > > This will work .. > > > > > value="" > > > > > > > > > > > -Or

Re: Button labels and DispatchActions mix?

2003-08-14 Thread Todor Sergueev Petkov
It works with the button label But I have two Search buttons on the same page both labeled search.button.reset but they perform two different actions. So I need a way to distinguish which was pressed inside my DispatchAction Rohit Aeron wrote: > > This will work .. > > value="" > > > > -

RE: Button labels and DispatchActions mix?

2003-08-14 Thread Paul McCulloch
bject: Re: Button labels and DispatchActions mix? Even DispatchLookupAction doesn't work if you want to use the same label eg. buttons.reset or buttons.search for two different buttons useing the same Action... Paul McCulloch wrote: > > I believe that the solution is to use a Disp

RE: Button labels and DispatchActions mix?

2003-08-14 Thread Alex Shneyderman
its, since you can not change the caption on the fly. Alex. > -Original Message- > From: Rohit Aeron [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 8:10 AM > To: Struts Users Mailing List > Subject: RE: Button labels and DispatchActions mix? > >

RE: Button labels and DispatchActions mix?

2003-08-14 Thread Rohit Aeron
s Users Mailing List Subject: Re: Button labels and DispatchActions mix? It works with the button label But I have two Search buttons on the same page both labeled search.button.reset but they perform two different actions. So I need a way to distinguish which was pressed inside my DispatchAction

RE: Button labels and DispatchActions mix?

2003-08-14 Thread Michael Ruppin
user? > > -Original Message- > From: Todor Sergueev Petkov > [mailto:[EMAIL PROTECTED] > Sent: 07 August 2003 13:58 > To: Struts Users Mailing List > Subject: Re: Button labels and DispatchActions mix? > > > > Even DispatchLookupAction doesn't work if you w

Re: Button labels and DispatchActions mix?

2003-08-14 Thread Todor Sergueev Petkov
n. See p226 in Struts in Action for a description. > > Paul > > -Original Message- > From: Rohit Aeron [mailto:[EMAIL PROTECTED] > Sent: 07 August 2003 13:27 > To: Struts Users Mailing List > Subject: RE: Button labels and DispatchActions mix? > > Its better yo

RE: Button labels and DispatchActions mix?

2003-08-14 Thread Paul McCulloch
07, 2003 5:49 PM To: Struts Users Mailing List Subject: Re: Button labels and DispatchActions mix? It works with the button label But I have two Search buttons on the same page both labeled search.button.reset but they perform two different actions. So I need a way to distinguish which w

RE: Button labels and DispatchActions mix?

2003-08-09 Thread Van Riper, Mike
aychi.org/bof/struts > -Original Message- > From: Alex Shneyderman [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 6:12 AM > To: 'Struts Users Mailing List' > Subject: RE: Button labels and DispatchActions mix? > > > I guees if you want to

RE: Button labels and DispatchActions mix?

2003-08-09 Thread Alex Shneyderman
Woo hoo, I missed that! Thanks. > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 8:39 AM > To: 'Struts Users Mailing List' > Subject: RE: Button labels and DispatchActions mix? > > I believ

RE: Button labels and DispatchActions mix?

2003-08-08 Thread Rohit Aeron
This will work .. " > -Original Message- From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 5:29 PM To: Struts Users Mailing List Subject: Button labels and DispatchActions mix? Hello people, I have the following code :  What I am tryin

RE: Button labels and DispatchActions mix?

2003-08-07 Thread Alex Shneyderman
work. HTH, Alex. > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 9:06 AM > To: 'Struts Users Mailing List' > Subject: RE: Button labels and DispatchActions mix? > > I'm not sure I understand you