On Fri, 16 Jul 2004 12:19:29 +1000, Mark Mandel <[EMAIL PROTECTED]> wrote:
> Trying to dynamically call a method on a CFC, and tries to do it like this:
> 
> <!--- dynamically fire method --->
> <cfscript>
>         func = item[attributes.label];
>         label = func();
> </cfscript>

<cfinvoke component="#item#" method="#attributes.label#"
returnvariable="label"/>

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to