Cold fusion do not support input param array like below: <input type='hidden' name='hid_id[]' value='1'> <input type='hidden' name='hid_id[]' value='2'> <input type='hidden' name='hid_id[]' value='3'>
Whereas PHP can handle it as an array. But i have a code which will display some events and their corresponding child events in a page. User can re-arrange the order by selecting the radio button and using up/down image links. In the posted page, i want to get the hid_id[] values in a order they were re-arranged by user. Can you please help me to get this array param work in the posted page for cold fusion? Thanks in advance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293607 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

