Scope of variable in cfmodule

2002-09-10 Thread Robert Everland
I set a variable in a template that I am calling via cfmodule, but I am unsure of the scope that the variable should be. I set it as an attribute,variable, caller, and it still errors out. Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com

Re: Scope of variable in cfmodule

2002-09-10 Thread Dave Carabetta
I set a variable in a template that I am calling via cfmodule, but I am unsure of the scope that the variable should be. I set it as an attribute,variable, caller, and it still errors out. Hmmm...Well, a cfmodule call is the same thing as calling a custom tag, so any variables you set in that