i think what he is saying is that instead of doing "return var" in the tag, it's doing "caller.someVar = bla" in which case as per your example Andrew, the variable Test would actually be equal to nothing at all.
Any chance of seeing some of your code Scott? Steve -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Scott Sent: Tuesday, June 20, 2006 11:17 AM To: [email protected] Subject: [cfaussie] Re: invoking cfx tag using Evaluate Hmm, Doesn't make sense to me, for example Test = obj.method(arg1,arg2); Would return and set the variables too:) Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Arbeitman Sent: Tuesday, 20 June 2006 11:15 AM To: cfaussie Subject: [cfaussie] Re: invoking cfx tag using Evaluate No, because the cfx_j tag uses the CALLER scope to set local variables. So it kinda returns multiple variables. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---
