> 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 template should be set to the caller scope so
that they are available to the calling page.

If that still work, try posting the code, as it could be something not
related to the variable scope that's causing your problem.

Hope this helps,
Dave.
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to