On Mon, 24 Nov 2014 20:52:32 -0200, Muhammad Gelbana <[email protected]> wrote:

Hello fellow tapestrians...

Hi!

Is there a way I can abort a form submission on the server side ? The
reason I'm asking is that I have a form with numerous submit buttons and
sometimes I only need to handle the "Selected" event for the submit button and abort the rest of the event handling methods for Validation and Success.

Have you tried returning some non-null value in your "selected" event? Otherwise, you can workaround by setting a flag and not doing anything in the other methods if the flag is set.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to