PROTECTED]
Sent: Thu 9/14/2006 9:32 PM
To: tapestry-user@jakarta.apache.org
Subject: Multiple buttons in one form
guys,
i have multiple buttons in one form. for each button i want a
different action. they are both part of a form which has a formSubmit
listener.
now for the first button, i am captur
found the solution. for others reference, put the listener in the
button and not the form.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i have multiple buttons in one form. for each button i want a
different action. they are both part of a form which has a formSubmit
listener.
now for the first button, i am capturing that button input as
formsubmit. but how should i capture the second button input.
pls help. i am using