If you've got this:
<cfloop index="i" list="#form.XXXX#">
<cfinvoke
component="XXX"
method="YYY"
returnvariable="ZZZ">
<cfinvokeargument name="userID"
value="#sessionRead.userID#"/>
<cfinvokeargument name="courseID" value="#i#"/>.
just change it to this:
<cfloop index="i" list="#form.XXXX#">
<cfoutput><p>ZZZ = XXX.YYY(#sessionRead.userId#, #i#)</p></cfoutput>
On Tue, Jan 6, 2009 at 11:45 PM, Torrent Girl <[email protected]> wrote:
> I've tried to output the arguments but don't know the syntax.
>
> Do you know?
>
>
>>Then it's getting called successfully and your in-method checking is
>>erroring. Probably have something wrong with the way you're
>>extracting the dynamic arguments. But the CFINVOKE itself is working.
>> Can you comment out the CFINVOKE and just CFOUTPUT the arguments that
>>you're passing so you can inspect manually?
>>
>>cheers,
>>barneyb
>>
>>
>>>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317500
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4