I�m trying to come up with a way to manage many complex hidden form values form client to server
I like what ASP.NET does with it�s �_viewstate� cache bag but unsure the best way to tackle this for CF
to pass it back from client to server, I�d need to serialise it on the client (using JS?) and then unpacking it on the server with CF.
This is covered beautifully by WDDX. There is a _javascript_ package, yourwebroot/CFIDE/scripts/wddx.js, that manipulates WDDX on the client side and among the actions of the CFWDDX tag is "WDDX2JS" and "CFML2JS". Something in there should cover your needs.
Yours,
Kym ---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
