Somewhere in the back of my mind I remember hearing or reading about the
ability, without using session or client variables, to have a custom tag
that is in the middle of recursion access the variable space of the initial
caller.  Since each instance of the call to the custom tag creates it's own
space, using CALLER. doesn't work.  What I want to do is to continually add
to a set of results, on the initial calling page, of information that is
collecting at each level of the recursion.  I tried having each instance
write it's set of findings to a CALLER. variable, thinking that as the
recursion unwound those writes would gradually cascade upward towards the
original caller, but that didn't seem to work out the way I thought it
would.  I beat that code to death so badly, trying to get it to work, that
it's not in any condition to post here, but hopefully the idea of what I'm
after came across.

thanks,
-reed


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to