If you use get you will run into limites. If you use post your form with large sets of hidden data will work fine.
Regards Dale Fraser http://learncf.com -----Original Message----- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, 26 October 2007 10:46 AM To: CF-Talk Subject: Sending data to Actionpage Hi, I have a grid of data that is managed by javascript on one of my pages. At the moment i am not looking heavily into Ajax to transfer any data changes to the server but was wondering of the best way to pass the data to the actionpage. when the user clicks save i was thinking that a good way would be to store the data in hidden cfinput fields then submit the form. however some of the data may be very large, so my question is, do the hidden cfinput fields have a limit to the amount of data they can contain? i would like each hidden input field to store an array of data then send it to the actionpage i would appreciate your advice thanks Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292108 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

