Hello Brian Boyle,

on 05.05.2004 at 17:39 you wrote:

> On my last page I have two buttons. One that will let me continue
> with the applicaiton and the other is the button that will bring me back to
> the original page. Will I need to have two forms and an differnent Action
> class for each form? Because for each button there is differnt htings
> happening. CAnI use the same form and Action class for this or will I need a
> differnet one for each button?

You can give both buttons the same name-attribute, but different
values. Then you can evaluate that value (which is the one of the
clicked button), and continue accordingly.

I'd recommend you put that property into your form-bean as well.

-- 
Greetings from Berlin,
Rüdiger Schulz

SkyGate inter|net|working GmbH


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

Reply via email to