RE: loop with wddx2cfml in it.

2007-12-16 Thread Adrian Lynch
Got any code to show? Ade -Original Message- From: Michael Beins [mailto:[EMAIL PROTECTED] Sent: 14 December 2007 19:42 To: CF-Talk Subject: loop with wddx2cfml in it. I am looping through a result set that has form data that is wddx encrypted and url encoded. I am getting

loop with wddx2cfml in it.

2007-12-14 Thread Michael Beins
I am looping through a result set that has form data that is wddx encrypted and url encoded. I am getting the following error when looping through the result set. ErrorType: java.lang.ClassCastException with a Diagnostics of 'null null'. For debugging purpuoses I am only returning one

WDDX wddx2cfml error with cfqueryparam CF5 to CF7

2007-01-26 Thread William Burba
the recordset back in 5, there is no problems. When trying to pull back the recordset created in 5 to 7, there is an error that occurs when the cfwddx wddx2cfml is called saying it is an invalid WDDX packet. Outputting the datafield and viewing the source with Notepad++, I see

RE: WDDX wddx2cfml error with cfqueryparam CF5 to CF7

2007-01-26 Thread Dave Watts
. When pulling the recordset back in 5, there is no problems. When trying to pull back the recordset created in 5 to 7, there is an error that occurs when the cfwddx wddx2cfml is called saying it is an invalid WDDX packet. Outputting the datafield and viewing the source with Notepad

RE: cfwddx action=wddx2cfml question

2001-04-01 Thread Patricia Lee
, April 01, 2001 12:36 AM |To: CF-Talk |Subject: cfwddx action="wddx2cfml" question | | |I have a table of data that was populated by an app not built |by me (so I'm |starting off at a disadvantage in terms of not knowing |everything about it - |I'm getting more info to help clear that up).

RE: cfwddx action=wddx2cfml question

2001-04-01 Thread David Shadovitz
d be using these tools it makes life SO MUCH EASIER! |-Original Message- |From: Evan Lavidor [mailto:[EMAIL PROTECTED]] |Sent: Sunday, April 01, 2001 12:36 AM |To: CF-Talk |Subject: cfwddx action="wddx2cfml" question | | |I have a table of data that was populated by an a

RE: cfwddx action=wddx2cfml question

2001-04-01 Thread Evan Lavidor
="wddx2cfml" question Col2 might not contain a query. download one of the following tools from the taggallery: cf_dump cf_objectdump Then, select the wddx packets from the db as you have and use these tools to examine the columns. These tools will let you visually see what i

cfwddx action=wddx2cfml question

2001-03-31 Thread Evan Lavidor
, I'm doing the following to get at them and have a look at the data in a more usable and understandable form: | cfquery datasource="#Request.DSN_OldData#" dbtype="ODBC" name="getpacket" maxrows="1" | SELECT T.Col1, T.Col2 | FROM OldDataTable T

RE: cfwddx action=wddx2cfml question

2001-03-31 Thread Arden Weiss
action="wddx2cfml" question I have a table of data that was populated by an app not built by me (so I'm starting off at a disadvantage in terms of not knowing everything about it - I'm getting more info to help clear that up). In two of the columns in the table (SQL Server 7), the dat

WDDX2CFML

2000-05-15 Thread Sean Renet
ot; filter="*.txt" cfloop query="msg_attch" cfoutput !--- read the file to get the order packet --- cffile action="read" file="D:\InetPub\wwwroot\800\ORM\attachments\direct\#name#" variable="order" /cfoutput cfwddx acti