> I am trying to write a super simple custom tag but im running into problems
> getting CFQuery information into the custom tag.  Is it possible to pass
> Query data into a custom tag?

Yes.  The trick is evaluating it before passing it, you can't pass it by reference.  
It becomes an attribute of the tag.

<cf_theS query="#getProductList#">

>From within the tag, you can reference the query as #ATTRIBUTES.query#.  I recommend 
>copying it to local scope for ease of typing.

Sharon DiOrio
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to