Re: Multiple Submits and Ajax Form

2012-06-11 Thread Thiago H de Paula Figueiredo
On Mon, 11 Jun 2012 11:30:04 -0300, afaque_khan_2...@yahoo.com wrote: I tried what you described. The functionality works. But, even though the event handler function of the submit button "bookTrade" returns other some page, I have an impression that it is an ajax form submit. This is bec

Re: Multiple Submits and Ajax Form

2012-06-11 Thread afaque_khan_2...@yahoo.com
Thanks for the response. I tried what you described. The functionality works. But, even though the event handler function of the submit button "bookTrade" returns other some page, I have an impression that it is an ajax form submit. This is because on using the object Request defined in the java f

Re: Multiple Submits and Ajax Form

2012-06-07 Thread Thiago H de Paula Figueiredo
On Thu, 07 Jun 2012 09:00:54 -0300, afaque_khan_2...@yahoo.com wrote: Hi, Hi! In short i want to do a normal submit to an ajax form. There's no such thing as an AJAX form in Tapestry. There are AJAX form submissions and non-AJAX form submissions. To force a non-AJAX form submission,