Back to this one...

<cfinvoke component="super" method="f" returnvariable="ret">
        <cfloop collection="#arguments#" item="key">
                <cfinvokeargument name="#key#"
value="#arguments[key]#"/>
        </cfloop>
</cfinvoke>

Have you tested that to work?

It's just occurred to me that's still passing the args by name/value
pairs, which the error msg claims to not be possible.  Or is the problem
with calling the method via the more traditional var = method(args), as
opposed to <cfinvoke>? (I can't see why there'd be a difference, but
<cfinvoke> is quirky, so who knows? ;-)

I've had to move on from this, so don't have time to test it myself, I'm
afraid.  Maybe I can return to it on the w/end (neat).

Still: thanks for the reply!

Adam
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to