RE: Returning a variable with a custom tag

2001-02-21 Thread Howarth, Craig (IBK-NY)
Your code didn't come through, but based on your description I would guess that you are refering to the variable in your calling template as "caller.output" when, in fact, it is "variables.output". The caller scope refers to the variables scope in the calling template while executing the tag.

RE: Returning a variable with a custom tag

2001-02-21 Thread Evan Lavidor
Martin, Looks like your code got clipped, but from what you're saying, here's my $.02: If your custom tag is setting a variable named "caller.output", then your calling template needs to reference that variable simply as #output#, not #caller.output#. If you want to scope it, you can set it in

RE: Returning a variable with a custom tag

2001-02-21 Thread Martin P. Cadirola
Thanks for the feedback. I'm reposting the code to give you a better idea of what I have. And yes, I'm aware of the scoping and I'm just using cfoutput#output#/cfoutput on the calling template. I look forward to hearing from your comments. Cheers, Martín