I actually use quotes and it works for me.
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Kym Kovan > Sent: Tuesday, 22 March 2011 2:32 PM > To: [email protected] > Subject: Re: [cfaussie] Passing attributescollection into cfimport tag libraries > > On 22/03/2011 13:33, Steve Onnis wrote: > > Is there a way to pass a collection into a cfimport tag library tag item? > > > > For example > > > > <cfimport taglib="lib" prefix="utils" /> > > > > <utils:foo attributescollection="#someStruct#" /> > > > > I have tried this but it doesn't seem to work > > its singular and without the quotes: > > attributecollection=#someStruct# > > In testing that I just found out that it is super fussy about quotes and hashes. > > attributecollection="#someStruct#" fails and > attributecollection=someStruct fails > > that is weird... > > -- > Yours, > > Kym Kovan > mbcomms.net.au -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
