Works great thanks. It's so simple it took longer than it 
should have. If that makes any sense. LOL


On Wed, 17 Aug 2005 16:39:48 -0400
  Charlie Griefer <[EMAIL PROTECTED]> wrote:
> you can pass neither arrays nor structures in hidden 
>form fields. 
> hidden form fields only accept text.  simple text.  both 
>arrays and
> structures are complex datatypes.
> 
> however, as Mark said, you can use <cfwddx> to convert 
>your complex
> datatype to an XML representation (which is a string), 
>which can be
> stored in a hidden form field.  on the form's action 
>page, you can use
> <cfwddx> to convert the XML back to the complex 
>datatype.
> 
> http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-c20.htm
> 
> 
> 
> On 8/17/05, Lee <[EMAIL PROTECTED]> wrote:
>> Can you pass an array of structures in a hidden form
>> field?
>> 
>> Lee Surma
>> 
>> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215580
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to