> The reason why I'd like to do it this was is that it seems that my custom
> tag would be a bit more "modular" in that if the tag is called from
another
> application using a different variable name, I'm not dependant on the
> variable name I've used in the custom tag.

Dave,
        Try passing in an attribute called VARIABLE or something and then use:

SetVariable("caller." & attributes.variable, "valueToSet")

or a <cfset> to set it.



Ben Johnson
Hostworks, Inc.

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to