Has anyone had luck converting CFML structures to JavaScript objects?

I make some queries in Application.cfm, convert the results to
structures, and save them in the Application scope.  I find it much
easier to use structures than queries.

On one page I display this data in a JavaScript tree.  I use CFWDDX
ACTION="cfml2js", and then I can use operations such as getRowCount on
the top level variable.  Works great when the CFML data is a query, lousy
when the data is a structure.

Netscape 4.7 tells me that getRowCount is not a function, and IE 5 tells
that the object doesn't support the method.

-David
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to