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.
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
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
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
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
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
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