Passing Arrays to Custom Tags

2002-03-25 Thread Jared Stark
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

Re: Passing Arrays to Custom Tags

2002-03-25 Thread Sharon Diorio
You need to evaluate the array. cf_ShoppingCart Action=GET Scope=CART Value=ALL varName=#myCart# Sharon - Original Message - From: Jared Stark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 25, 2002 6:07 PM Subject: Passing Arrays to Custom Tags Hello all, My

Re: Passing Arrays to Custom Tags

2002-03-25 Thread Jared Stark
DOH! Thanks :) - Original Message - From: Sharon Diorio [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 25, 2002 4:15 PM Subject: Re: Passing Arrays to Custom Tags | You need to evaluate the array. | | cf_ShoppingCart Action=GET Scope=CART Value=ALL varName=#myCart