Thanks to everyone that responded. I was able to do what I needed by deciphering the WDDX.JS file.
Basically, I create a WDDX Recordset object in javascript, add the required columns, then add the records to it. Next, the WDDX object is serialized to packet format and placed in a hidden form element and the form get's posted to the action page. At that point I just do a <cfwddx action="wddx2cfml"...> and I'm in business. A cool finding from all this - if you use CFDUMP to dump the form collection, and that form collection contains a WDDX packet, the packet is rendered as a query object for you - no additional coding. (Posted this in case someone else needs to know the process - contact me off list if you need more details.) Shawn Grover. -----Original Message----- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:42 AM To: CF-Talk Subject: RE: WDDX Resources? I can definitely see it : www.openwddx.org Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -----Original Message----- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: 26 June 2002 05:27 To: CF-Talk Subject: RE: WDDX Resources? openwddx.org From: Shawn Grover <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: WDDX Resources? Date: Tue, 25 Jun 2002 16:59:54 -0600 Thanks Neil... but I'm not getting any response from that URL. Although I have seen it up and running before (shoulda thought to check there...) Shawn Grover -----Original Message----- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:36 PM To: CF-Talk Subject: RE: WDDX Resources? www.wddx.org -----Original Message----- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 22:37 To: CF-Talk Subject: WDDX Resources? I'm looking for some resources on how to create a WDDX packet in javascript, then pass the WDDX packet to a Cold Fusion page for processing. I've always seen going from CF to JS... but not the other way - although I've seen passing a recordset between pages (but not creating it in JS). I'm currently deciphering the WDDX.JS file, and checking the CF Docs for this, but would appreciate any other resources or suggestions. Thanks a bunch. Shawn Grover ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

