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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 314 - 343 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
314
I think your code should be more like this: <cfoutput> <cfsavecontent variable="out"> <select name="office" class="forminput"> <option value="0"></option> ...
dzoan-chau
Offline Send Email
Apr 2, 2006
4:45 pm
315
Hmm, I downloaded it fine. I just clicked on the Download: ajaxcfc.zip link on the right. Can you download zip files on other sites? If you want, contact me...
dzoan-chau
Offline Send Email
Apr 2, 2006
4:50 pm
316
You're right... let's rephrase... before Ajax or the technique became popular, or the term was coined... you know what I mean :) ... per se. ... use of the ......
Rob Gonda
z0mb1e7
Offline Send Email
Apr 2, 2006
6:48 pm
317
oops :) I'll post it today.... I do want to make some changes, but you've been waiting enough ... I'll post what I have and critiques are welcome. Cheers, ~Rob...
Rob Gonda
z0mb1e7
Offline Send Email
Apr 2, 2006
6:49 pm
318
is anyone else experiencing this problem? I can download it just fine... http://www.robgonda.com/blog/projects/ajaxcfc/download.cfm...
Rob Gonda
z0mb1e7
Offline Send Email
Apr 2, 2006
6:52 pm
319
I'd advice to use the JSStringFormat() function only when outputting into the innerHTML property, not in the loop ......
Rob Gonda
z0mb1e7
Offline Send Email
Apr 2, 2006
6:55 pm
320
and Johnny is right ... it's way easier to do it this way. The JSStringFormat() should still be applied in the innerHTML, not inside the cfsavecontent ... but...
Rob Gonda
z0mb1e7
Offline Send Email
Apr 2, 2006
6:55 pm
321
Lol. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Apr 2, 2006
7:22 pm
322
Thx Johnny and Rob for your help....
anamika_f
Online Now Send Email
Apr 3, 2006
1:41 pm
323
Now it is still not posting these form fields to the action page though. Any idea why?. I'm dumping the form in the action page. my form tag looks like <form...
anamika_f
Online Now Send Email
Apr 3, 2006
2:05 pm
324
To be more specific (since no one has replied to my earlier post), ... The instruction at "0x7753108e" referenced memory at "0x040fd250". The memory could not...
Jason Malfatto
jmalfatto
Offline Send Email
Apr 3, 2006
5:46 pm
325
Hi, I have a simple ajax call and I've used this before, so I'm not sure what's going on. First, I was getting 'argument passed to getOrganizations is not of ...
Dave Phillips
davephillips...
Offline Send Email
Apr 3, 2006
9:01 pm
326
Hi Dave, At first I thought your document.NewHire.companyID is a text field, but turn out it is a select list. You cannot use document.NewHire.companyID.value...
dzoan-chau
Offline Send Email
Apr 3, 2006
9:30 pm
327
If I ignore the argument and hardcode a value in my query, everything works just fine. For some reason, my argument is not getting passed properly as an...
Dave Phillips
davephillips...
Offline Send Email
Apr 3, 2006
9:32 pm
328
Johnny, I'm using the version I just downloaded from Rob's website. I didn't see any documentation for it, but now I found it on the ajaxcfc page (just wasn't...
Dave Phillips
davephillips...
Offline Send Email
Apr 3, 2006
9:36 pm
329
Okay, that worked. I was using the old method of arguments which doesn't work. Rob, I would strongly recommend you update the PDF doc with the new...
Dave Phillips
davephillips...
Offline Send Email
Apr 3, 2006
9:41 pm
330
Ok. I found another way to do this. I added a hidden field to store the selected value before posting the form. ... inside ... name="office"...
anamika_f
Online Now Send Email
Apr 3, 2006
10:06 pm
331
Oops :) no excuses, hehe ... I'll try to update the doc this weekend....
Rob Gonda
z0mb1e7
Offline Send Email
Apr 3, 2006
10:42 pm
332
I seem to be hitting a limit in the amount of data I can pass as arguments with DWREngine._execute. I am trying to pass all my form parameters as two array...
Stuart MacAdam
smac656
Offline Send Email
Apr 4, 2006
6:07 am
333
Question is, why would you want to do it this way? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Apr 4, 2006
6:15 am
334
... what do you specifically mean by this?... a) Why don't I just name the arguments? Because I am developing a generic handler, and I am also creating form...
Stuart MacAdam
smac656
Offline Send Email
Apr 4, 2006
7:31 am
335
I ask, as it seems to be a mis-application of Ajax. Was this app developed with Ajax in mind or was it developed and Ajax retro-fitted? Your invalid syntax...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Apr 4, 2006
7:55 am
336
... ground up with ajaxCFC. I'm curious why you think it might be a mis- application. Its basically a table browsing and searching application. I allow...
Stuart MacAdam
smac656
Offline Send Email
Apr 4, 2006
8:24 am
337
Ah, I get you...wierd error...? ... From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Stuart MacAdam Sent: 04 April 2006 09:15 To:...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Apr 4, 2006
8:33 am
338
What method do you use to submit your form? I believe the GET method has a limit of much data you can pass, but if you use POST, you should be able to pass as...
dzoan-chau
Offline Send Email
Apr 4, 2006
12:58 pm
339
Just a thought. In your back-end CF are you referencing the array elements as 0-45, or 1-46? From reading your problem, I don't think your issue could be...
Munson, Jacob
yacoubean
Offline Send Email
Apr 4, 2006
2:11 pm
340
... Thanks for the idea. In my test scenario, I am not referencing the array elements at all. All I do is return a JS alert that indicates that DWREngine...
Stuart MacAdam
smac656
Offline Send Email
Apr 4, 2006
3:01 pm
341
... Thanks for your reply. I am using POST, and the amount of data is not that large (e.g. 2 arg arrays of 16 elements each with about 10 bytes per element...
Stuart MacAdam
smac656
Offline Send Email
Apr 4, 2006
3:23 pm
342
How do I call a CFC under _cfscriptLocation if the CFC is within a webroot. For example: http://localhost/myproject/ -> C:\inetpub\wwwroot\myproject But all my...
noworries35
Offline Send Email
Apr 4, 2006
3:40 pm
343
You can't reference them as /object? You probably already know this, but ajaxCFC is using JavaScript to access your CFC, so it has to be publicly available...
Munson, Jacob
yacoubean
Offline Send Email
Apr 4, 2006
5:45 pm
Messages 314 - 343 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