Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 852 - 881 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
852
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 1, 2006
9:08 pm
853
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? ...
Munson, Jacob
yacoubean
Offline Send Email
Sep 1, 2006
9:42 pm
854
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...
Rick Root
ricrootnc
Offline Send Email
Sep 2, 2006
2:15 pm
855
At one point, I got this error: Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: ...
Rick Root
ricrootnc
Offline Send Email
Sep 3, 2006
12:39 am
856
Here's another error that mozilla is reporting. Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: ...
Rick Root
ricrootnc
Offline Send Email
Sep 3, 2006
2:10 am
857
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...
Rick Root
ricrootnc
Offline Send Email
Sep 3, 2006
2:20 am
858
Hi Everyone Hi Everyone - Im in a bind and am reposting a question (sorry!) **************************************************************** I am new here and...
bshichman
Offline Send Email
Sep 4, 2006
4:56 am
859
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 5, 2006
1:36 pm
860
... 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...
Rick Root
ricrootnc
Offline Send Email
Sep 5, 2006
1:48 pm
861
Can you pin the error down to a particular user action (even if that same action doesn't cause the error all the time)?...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 5, 2006
1:57 pm
862
... 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...
Rick Root
ricrootnc
Offline Send Email
Sep 5, 2006
2:27 pm
863
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 5, 2006
2:57 pm
864
... I installed Fiddler and I'm in the chat room right now waiting for an error to occur =) Rick...
Rick Root
ricrootnc
Offline Send Email
Sep 5, 2006
6:17 pm
865
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...
Rick Root
ricrootnc
Offline Send Email
Sep 6, 2006
4:07 am
866
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 ...
Rick Root
ricrootnc
Offline Send Email
Sep 6, 2006
4:43 am
867
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 6, 2006
12:44 pm
868
... 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...
Rick Root
ricrootnc
Offline Send Email
Sep 6, 2006
1:42 pm
869
Very Cool Rick. I just checked it out. I dig it. :)...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 6, 2006
1:54 pm
870
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. ...
seveni7
Offline Send Email
Sep 6, 2006
11:29 pm
871
Also, take a look at CFJson to see if this will help you: http://jehiah.com/projects/cfjson/ Rey......
Rey Bango
reybango
Offline Send Email
Sep 7, 2006
12:00 am
872
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...
Rey Bango
reybango
Offline Send Email
Sep 7, 2006
12:07 am
873
Didn't Rob mention something about perhaps incorporating dojo into some future release of ajaxCFC? Chris...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 7, 2006
12:48 am
874
Yep. I talked to him about it last week but I know he's swamped so not sure when that will happen. Rey......
Rey Bango
reybango
Offline Send Email
Sep 7, 2006
1:12 am
875
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...
seveni7
Offline Send Email
Sep 7, 2006
2:26 am
876
The following code catches an error sometimes in my application. I don't know why because I'm unsure what it does. methodMetaDataDump =...
Rick Root
ricrootnc
Offline Send Email
Sep 7, 2006
2:45 am
877
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 Bango
reybango
Offline Send Email
Sep 7, 2006
3:01 am
878
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...
seveni7
Offline Send Email
Sep 7, 2006
6:20 am
879
Anyone?...
Rick Root
ricrootnc
Offline Send Email
Sep 7, 2006
8:22 pm
880
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Sep 7, 2006
8:32 pm
881
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...
Rick Root
ricrootnc
Offline Send Email
Sep 7, 2006
10:59 pm
Messages 852 - 881 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help