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 the

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 record

RE: WDDX wddx2cfml error with CF5 to CF7

2007-01-26 Thread Dave Watts
ng, we are in the process of migrating from CF5 to > 7. 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 wddx2cfml is called saying it is an invalid WDDX packet. > O

WDDX wddx2cfml error with CF5 to CF7

2007-01-26 Thread William Burba
Good Morning All! Having issues parsing a WDDX recordset pulled from an Oracle database. The recordset was created within JavaScript using the WDDX.js, and then passed to a CF page that inserts it into an Oracle Database. We ran into a size issue inserting the record, even though it appears th

WDDX2CFML

2000-05-15 Thread Sean Renet
I have a text file that is a WDDX packet. I want to read this packet into CF variables. How is this done? This is what I have tried so far. #fieldNames# I haven't done this before so any help would be appreciated. I can only find examples of this wherein you are implicit