Chris Giminez wrote:

> What's the best way to share a structure that is created in a custom tag with the 
>calling template.
> Apparently it's not permitted to use <cfset caller.mystructure = "#mystructure#">


Try <cfset caller.mystructure = Duplicate(mystructure)> or else use the 
request scope.

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to