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 cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to