>> This is covered beautifully by WDDX. thanx kym, I've used cfml2js before.
but that only gets data onto the page. I'm talking about getting it back out from page to server. A reverse of wddx2js and then shoved into one hidden form element. cheers barry.b ________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Tuesday, 9 November 2004 11:02 AM To: CFAussie Mailing List Subject: [cfaussie] Re: complex hidden form values from client to server Hi Barry, 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/ --- 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/
