Hi Tapestry Guy, maybe you can go in the same direction as I went: I made a generic "Event Submit" mixin. Basically it takes a form id (client-side id that is) and a list of events. It observes these events thru prototype and when that event happens it will submit the form. This has the advantage that you can place it outside the form (anywhere on the page, really) and you are not limited to buttons. I use it to submit a form "on enter" for table filter fields.
I hope this helps a little. If you are interested I will send you the code as-is but unfortunately I can't spare the time to annotate it and clean up calls to my own libs which would be necessary in order to add it to the tapestry wiki. Best Regards, Wulf -----Original Message----- From: TG [mailto:tapestry...@hotmail.com] Sent: Montag, 7. November 2011 20:23 To: users@tapestry.apache.org Subject: Re: Beaneditform with two submit buttons? Any kind souls out here that can send me samples codes with beaneditor with two submit buttons that work? Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Beaneditform-with-two-submit-buttons-tp4967644p4972166.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org