> What I need to do is grab all variables, store them somewhere, go off and
> doThat, then on return, reset the saved variables. 
Yes, that's all you have to do. Can't you just write code that will do
that (an act_saveData.cfm and an act_retrieveData.cfm)? Or are you looking
for a custom tag that does that automatically? I'm sure it would be a 
piece of cake to write one. Just wrap up your attributes-scoped variables
in a WDDX packet and save it in a database or client variable. 

> Then on top of that I have nesting to take into account.
Nested circuits or nested doThat's? The former isn't a problem at all. The
latter can be solved the same way CF_ReturnFuseaction does, by keeping a 
list of fuseactions rather than a single one.

Patrick

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

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

Reply via email to