Re: CF8 - Why is my ajax undefined?

2008-04-11 Thread Tim Brown
The problem if it is not a mapping problem as aforementioned is that you are probably making the simple mistake that javascript is case sensitive meanwhile coldfusion is not. The solution to the problem was using Coldfusion with a lowercase 'f' instead of ColdFusion with a capital 'F'. Sorry, f

Re: CF8 - Why is my ajax undefined?

2008-04-11 Thread Tim Brown
this isn't the actual code i'm working with as that is far to big to post here. This is a very simplified version of what i am trying to accomplish. This code throws the same error when i look in the firebug console. "Coldfusion is not defined onclick(click clientX=0, clientY=0)" here is a cod

Re: CF8 - Why is my ajax undefined?

2008-04-11 Thread Tom Chiverton
On Friday 11 Apr 2008, Tim Brown wrote: > I have imported the tags CFLAYOUT-TAB and checked the source to see if the > appropriate .js script files were being loaded correctly and they are. Any > ideas would be appreciated as this is driving me crazy. Is something else throwing a JS error ? What a

Re: CF8 - Why is my ajax undefined?

2008-04-11 Thread Tim Brown
Sorry to re-open an old thread, however I continue to get the same error of Coldfusion is undefined on my development edition despite having full privileges to the /CFIDE directory. I can browse to the ajax .js package files with no problem. Yet, when I call a method using onClick="Coldfusion.L

Re: CF8 - Why is my ajax undefined?

2008-04-10 Thread Tim Brown
>> I have a page that uses . It works fine on my dev >> machine. Works fine at CrystalTech shared hosting... >> >> But on my HostMySite VPS server, I get undefined errors in Firebug. > >Does the /CFIDE URL properly resolve on that server? My guess is that it >doesn't. > >Whenever you have a probl

Re: CF8 - Why is my ajax undefined?

2007-10-10 Thread Will Tomlinson
All, I hadta setup a virtual directory pointing to CFIDE. Dave and Gary nailed it. Thanks, Will ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build

Re: CF8 - Why is my ajax undefined?

2007-10-10 Thread Brian Kotek
Also I have to ask the obvious question: are you sure the HostMySite VPS server is running CF8? On 10/10/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > I have a page that uses . It works fine on my dev machine. Works > fine at CrystalTech shared hosting... > > But on my HostMySite VPS server, I

RE: CF8 - Why is my ajax undefined?

2007-10-10 Thread Dave Watts
> I have a page that uses . It works fine on my dev > machine. Works fine at CrystalTech shared hosting... > > But on my HostMySite VPS server, I get undefined errors in Firebug. Does the /CFIDE URL properly resolve on that server? My guess is that it doesn't. Whenever you have a problem with C

Re: CF8 - Why is my ajax undefined?

2007-10-10 Thread gary gilbert
Hi Will, It may have something to do with how the hostmysite has set up their servers. Check if you can get to www.yourdomain.com /CFIDE/scripts/ajax/package/cfajax.js If you can't then you know why ColdFusion is undefined as you need to have access to the CFIDE/scripts directory in order for an

CF8 - Why is my ajax undefined?

2007-10-10 Thread Will Tomlinson
I have a page that uses . It works fine on my dev machine. Works fine at CrystalTech shared hosting... But on my HostMySite VPS server, I get undefined errors in Firebug. CF is generating this: ColdFusion.Ajax.importTag('CFWINDOW'); Which produces errors like this: ColdFusion is not define