I could have posted the link to my blog entry that links to your blog entry, but who's going to follow that many links ;-) ... -- CFAJAX docs and other useful...
I know this HAS to be something easy, but its literally my first day using CFAjax (we've been using CF Flash Forms w/ its remoting capabilities up to this...
That is EXACTLY what I am trying to do! I had a friend of mine tell me earlier tonight that I am trying to make an easy problem into rocket science - simply...
The DWR docs are here: http://getahead.ltd.uk/dwr/browser/engine http://getahead.ltd.uk/dwr/browser/util getValue() only does single values, although I thought...
Hi all, I just wanted to share this in case my solution can help anyone else tearing their hair out with this issue, and perhaps others can find problems with...
I'm returning a query object from a CF function, all is well. How can I create a TD element from the query results ? I can loop thru the query object no...
I'm just wondering why you feel the need to use the getValue() or some such? Why not just write a few lines of js to see which are selected? It's fairly...
Why would you need to do this? Can't you just write to an existing table? It is not good design mixing logic with display. "This e-mail is from Reed...
This is display logic though; it runs client side. The table cells have to be written somehow. For the record, this is how I do it and innerHTML runs quicker...
I actually agree - I seldom use the utils. However, getValue() does have the advantage (for single values, anyway) of working for any given input type, so it...
It is still wrong. And there are ways around it. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United...
I can only seem to store "true" or "false" into the database, but not the actual list of values (when multiple checkboxes have been checked). Does anyone have...
Where is your code? By default a checkbox value will be 1/0 if checked or unchecked. Provide code so we can debug. "This e-mail is from Reed Exhibitions (Oriel...
No, it's not. It may be wrong for your application or for your coding standards, but that doesn't make it "wrong". It's a good idea to try and keep your logic...
And of course with AJAX, by definition, some logic and code must be used to display the result. I don't see why writing cells to a table with JS as the ...
Lol, true.. Like the strapline. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Call it a bad day...:-) "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed...
When I use cfAjax to develop, I can't use a single functions.cfm file. The cfm file will vary from call to call. I also don't want functions.cfm to be in my...
So you want to have a different functions file for several calls in the same application, or is it just a different file for each application? Just out of...
In turns out, the include inside of functions.cfm does not work. Even though the ajax virtual directory is set up correctly, the following include does not...
Might there be a way to grab the values as a list, similar to what gets passed in a query string? ... checked or ... Quadrant, ... Business, ... which is ... ...
Code please. We'd love to help, but you're not providing much information for us to work with. Show us what you're doing and tell us what you'd like to have...
Sorry about the delayed response. I have this in my HTML page: var favorites = DWRUtil.getValue("favorites"); DWREngine._execute(_cfscriptLocation, null,...
i've been using cfajax for a while in this one app, but i don't like the way i'm doing it. it involves the use of writing html files to the server and...
It sounds like a flash form might be better for this situation. ... -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/...