On Mon, 24 Nov 2014 20:52:32 -0200, Muhammad Gelbana <m.gelb...@gmail.com> 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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to