LookupDispatchAction is a disaster.  This is discussed in detail on
www.michaelmcgrady.com.

On 10/9/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> Do you want to create something like this:
> http://www.superinterface.com/wizard/signupWizard.do
>
> It would be easier if you switched to event-based action class, like
> DispatchAction or LookupDispatchAction. I would humbly suggest to use
> SelectAction from my Struts Dialogs library. SelectAction works with
> pushbuttons, image buttons and regular links (links do not submit an
> HTML form): http://struts.sourceforge.net/strutsdialogs/selectaction.html
>
> The library also contains an action to create wizards, which is what I
> suppose you want to do:
> http://struts.sourceforge.net/strutsdialogs/wizardaction.html
>
> Michael.
>
> On 10/9/05, C.F. Scheidecker Antunes <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> > I have two submit buttons, one with a value of Continue and the other Back.
> >
> > How do I check their values?
> >
> > I've tried request.getAttribute("submit").toString() but I do not get
> > anything.
> >
> > My buttons are like this:
> >
> > <html:submit value="back">back</html:submit>
> > <html:submit value="continue">continue</html:submit>
> >
> > They are within the same form structure.
> >
> > My action has already a Session Bean scope to save the form contents.
> > But the submit is not
> > in that DynaBean.
> >
> > I will decide on what to do within the action based on what button is
> > pressed.
> >
> > Thanks,
> > C.F.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

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

Reply via email to