Re: ajaxsubmit

2007-01-29 Thread haipeng du
ked dojo folder, there is no tapestry folder. Do you have some suggestion? Thanks a lot. On 1/25/07, Leffel, Daniel <[EMAIL PROTECTED]> wrote: What version of Tapestry are you using? I highly suggest 4.1.1 or a 4.1.2snapshot and leveraging the event listener to make the AjaxSubmit happen.

RE: ajaxsubmit

2007-01-25 Thread Leffel, Daniel
What version of Tapestry are you using? I highly suggest 4.1.1 or a 4.1.2 snapshot and leveraging the event listener to make the AjaxSubmit happen. I was using a prior version of Tapestry with Tacos and found that using the AjaxSubmit component caused the form to post back in a non-ajax way

ajaxsubmit

2007-01-25 Thread haipeng du
Hi, guys, When I try to use AjaxSubmit, sometimes, that button dose not just do ajax call. It submits form(not the ajax call) one time after I click it several times. I do not know why? Does somebody else have the same problem? -- Haipeng Du Software Engineer Comphealth, Salt Lake City

RE: Problem w/ Tacos AjaxForm & AjaxSubmit

2006-12-14 Thread Leffel, Daniel
Actually, I just tried changing the store to a string and I get the same behavior. -Original Message- From: andreas a [mailto:[EMAIL PROTECTED] On Behalf Of andyhot Sent: Wednesday, December 13, 2006 5:08 PM To: Tapestry users Subject: Re: Problem w/ Tacos AjaxForm & AjaxSubmit There

RE: Problem w/ Tacos AjaxForm & AjaxSubmit

2006-12-14 Thread Leffel, Daniel
Tacos AjaxForm & AjaxSubmit There's a server side error... You're using a textfield and trying to store the string into a double. You need a translator See NumberTranslator at http://tapestry.apache.org/tapestry4.1/usersguide/validation.html Try opening the Leffel, Daniel wrote

Re: Problem w/ Tacos AjaxForm & AjaxSubmit

2006-12-13 Thread andyhot
There's a server side error... You're using a textfield and trying to store the string into a double. You need a translator See NumberTranslator at http://tapestry.apache.org/tapestry4.1/usersguide/validation.html Try opening the Leffel, Daniel wrote: > My project uses Tacos 4.0.1 and Tapestry

Problem w/ Tacos AjaxForm & AjaxSubmit

2006-12-13 Thread Leffel, Daniel
My project uses Tacos 4.0.1 and Tapestry 4.0.2. I'm trying to implement a simple AjaxForm. I've confirmed the listener method is being called but then the form does a postback. The debug console reads " Received error response of type error with error XMLHttpTransport Error: 0". What error is 0? M