>
> Shouldn't the return values be in memory and available to any
> template?


In short, no. In terms of design too, custom tags should be highly
reusable which suggests being self contained which rules out having
dependencies on variables being set elsewhere. Assuming these are your
homemade custom tags, I would added the variables you need as attributes of
the tag and pass them in in the calling page.

As a side note, cfmodule works in the same way and for the same good reason
(self containment and reusability).

HTH

Dominic


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299080
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to