RE: Multiple buttons in one form

2006-09-15 Thread Mark Stang
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

Re: Multiple buttons in one form

2006-09-14 Thread Peter Dawn
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]

Multiple buttons in one form

2006-09-14 Thread Peter Dawn
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