Hello fellow tapestrians...
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.
I'm thinking about 2 flavors of abortion.
One that merely skips the validation and success event handler methods and
head straight to returning a response (Usually ajax)
The other one skips Validation and Success handling methods and maybe
returns en empty response to the server.
Is any of these behaviors possible ?
*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana
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.
I'm thinking about 2 flavors of abortion.
One that merely skips the validation and success event handler methods and
head straight to returning a response (Usually ajax)
The other one skips Validation and Success handling methods and maybe
returns en empty response to the server.
Is any of these behaviors possible ?
*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana