Hello all,
My Wrox ColdFusion book says that "arrays can be passed to custom tags just like any 
other variable", but I am getting errors when I try it.  I have the following:

<cf_ShoppingCart Action="GET" Scope="CART" Value="ALL" VarName="myCart">

which returns an array of shopping cart items into a variable called 'myCart'.  I can 
run:

IsArray(myCart) and it returns YES

then I pass it to another custom tag:

<cfmodule template="addWorkingInvoice.cfm" 
                  Cart=myCart 
                  CustomerID="LDH000000">

addWorkingInvoice.cfm checks to make sure that attributes.Cart is an array, and it 
keeps failing.  Is this not the way to pass an array to a custom tag?

Thanks for your help.

Jared
                

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to