Hi folks, I've got a problem that I'm having trouble solving. I've got a method inside of a CFC that builds a string of HTML and passes it back js string...
I wonder if there's something in the framework that always looks for an init() method and fires it if it's there...what if you renamed it to something else? ...
I really need some help here. The reason my chat room is still in beta is because I get these random "Object Error" problems. I can't figure out why they...
Here's another error that mozilla is reporting. Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: ...
Another error I'm getting, which I can't seem to debug... Happening in ie.... "no data received from server" I know where it's coming from (engine.js) but I...
Hi Everyone Hi Everyone - Im in a bind and am reposting a question (sorry!) **************************************************************** I am new here and...
Rick, Neat little program. :) I spent some time in the demo, but never got an error. Have you installed an http sniffer? I use Fiddler. Rob once suggested it...
... I'll check that out. It usually takes some time to get the error... more often than not I've been getting "no data received from server", which is an...
... No, because usually you're just sitting there doing nothing =) clearly, an action is occuring. When you're just sitting in the chat room, only 2 things are...
hmm... yeah, I saw the function calls in your debug window. I wonder if this is an issue of timing. Well, I just fired up Fiddler and will let it sit there and...
Okay so I've been running Fiddler and I got one of the "Invalid Reply from Server" responses, so I checked Fiddler and found a 502 error. Unfortunately, I'm...
Oh, one thing I can do is assign my own error handler. Cool. I should've known that! so the errorHandler now actually sends the message to my debug panel ...
Sweet, Rick! That is progress. :) In Fiddler, I usually look at the "text view" tab which is under the session inspector section on the bottom half of the...
... So I'm now redirecting the chat error messages like a server disconnect and such to a status bar... I can stop the web server temporarily and my status bar...
Not sure if this is the right place to post this or if I should have tried the dojo-interest list. Doesn't seem to be many Cf types hanging out on that list. ...
Ray Camden and Mike Nimer actually had a discussion about this. You can set the CFC's returntype in CFMX 7 to ReturnType="XML" and then parse through the XML...
Thanks Rey, But I'm still basically at square one. I have a facade cfc that I want all my remote calls to go through which then call the cfcs that actually do...
Hi Brad, What about using a facade CFM page instead of a facade CFC. The CFM page will replace your facade CFC and act as your stub to make the calls to the...
Rey, At this point I don't really see any other options myself, the ones we've hashed over just don't have that feel of elegancy. Maybe I've been thinking...
ECHO! ECHo... ECho... Echo... echo... Sorry, Rick. I couldn't resist. :) I've not delved enough into the guts of ajaxcfc to be of any help here, but I'd be...
Actually being able to reproduce it would be nice ;) Unfortunately... or maybe fortunately, I have been unable to do it so far. knock on wood! I've got...