I think your code should be more like this: <cfoutput> <cfsavecontent variable="out"> <select name="office" class="forminput"> <option value="0"></option> ...
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...
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 ......
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
... 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...
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...
... 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...
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:...
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...
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...
... 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...
... 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...
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...
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...