Hi dan, thaanks for replay.
i use ff and fire baug: on my pc, i have this data from the first call:
{"CONFORMATO":1,"COMPLETO":"84,99","TAGLIE":[43,45,47,49,51,53,55,57,59,61]}but i remember that on the intranet server i get this object prepended by coldfusion release, etc: cah be this the problem? and if so, how can i solve?regards----- Original Message ----- From: "Dan G. Switzer, II" <[EMAIL PROTECTED]>
To: <jquery-en@googlegroups.com>
Sent: Wednesday, July 18, 2007 3:30 PM
Subject: [jQuery] Re: problem with $.ajax()



Salvatore,

i'm developing an intranet order application using many ajax calls; this
app is fine on my pc intel pIV-2800 Mhz based, and on the internet, but
when i try to install in on the server on the intranet, it fails.
this server has an amd athlon x64 4400+, with 2Gb RAM.
if tou test http://www.fusto.org/sangermano/index.cfm?event=taglioModelli,
when selecting modello , my app run thre chained ajax call, completing the
upper form, buton the amd server, only the first call is made.
this app is based on adobe cf 7.0.2 and model glue.
the ajax chain,  when selecting modello, is:

My guess is one of your AJAX calls is not returning the data you expect. I
could be that your template is throwing an error.

You really use something like Firebug in FF (or you can use Fiddler HTTP
Debugging Proxy for Windows for all browsers) to view your XHR responses.
This will allow you to view the full data returned during the AJAX
operation.

Most likely that's the cause of the problem.

-Dan


Reply via email to