Re: AJAX Issue

2012-12-23 Thread Bruce Sorge
Thanks for the Video Ray. It was very helpful for debugging another part of this site. Finally finished it though bug free and functions the way I want. Bruce On Dec 20, 2012, at 9:55 PM, Raymond Camden raymondcam...@gmail.com wrote: Here is a video demonstrating chrome dev tools:

Re: AJAX Issue

2012-12-23 Thread Raymond Camden
You are most welcome. On Sun, Dec 23, 2012 at 5:14 PM, Bruce Sorge sor...@gmail.com wrote: Thanks for the Video Ray. It was very helpful for debugging another part of this site. Finally finished it though bug free and functions the way I want. Bruce On Dec 20, 2012, at 9:55 PM, Raymond

AJAX Issue

2012-12-20 Thread Bruce Sorge
OK, so I gave up on the Spry version of the database validation and moved onto AJAX (a language I really don't know a lot about but I am slowly figuring it out). Anyway, I have the code working the way I want with the exception that when the validation is done, whether the code is valid or

Re: AJAX Issue

2012-12-20 Thread Raymond Camden
I'll take a look, but I need to nitpick something. AJAX isn't a language. It is simply the name of a technique used in JavaScript to communicate with a server. Spry uses AJAX too. (But don't use Spry anymore. It's old like Donkey Kong.) On Thu, Dec 20, 2012 at 7:49 PM, Bruce Sorge

Re: AJAX Issue

2012-12-20 Thread Raymond Camden
As to your error, it is very obvious if you use the Chrome Dev Tools. I cannot stress this enough. You *need* to learn how to use your browser dev tools as it makes this stuff a heck of a lot easier. I opened it up in Chrome, went to the Network panel, filtered on XHR. I then entered 88 in the

Re: AJAX Issue

2012-12-20 Thread Raymond Camden
Here is a video demonstrating chrome dev tools: http://www.raymondcamden.com/index.cfm/2011/6/15/Example-of-using-Chrome-Dev-tools-to-solve-Ajax-issues On Thu, Dec 20, 2012 at 8:54 PM, Raymond Camden raymondcam...@gmail.comwrote: As to your error, it is very obvious if you use the Chrome Dev

Re: AJAX Issue

2012-12-20 Thread Bruce Sorge
Thanks Ray, I'll look into this for sure. And yeah, I am wrapping all the pages in a header, footer and nab in the application.cfc. I'll switch it to an include in the page instead. I've been out of web development for about 4 years and have obviously fallen behind the knowledge curve. Thanks

cfgrid retrieved via ajax issue

2008-07-05 Thread Doug Boude (rhymes with 'loud')
Hi all. I am retrieving a template via an ajax call. That template contains a cfgrid. I have already overcome the issue of having to import the 'grid' tags via cfajaxproxy in the parent page, but am not getting a JS error when the grid loads after the call. Here is the error (from Firebug):