I wrote a CFC that will parse arbitrarily nested structures, arrays, arrays
of structures, etc., based on the form field name(s).

http://formutils.riaforge.org/


On Nov 19, 2007 11:47 PM, Tarek Jubaer <[EMAIL PROTECTED]> wrote:

> 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.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293610
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to