I am trying it an it's not working.

Here is a snippett. Is this possible?

I am looping over form fields and trying to invoke the cfc for each item in the 
list.

<cfloop index="i" list="#form.XXXX#">
     <cfinvoke 
    component="XXXXX"
    method="XXX"
    returnvariable="XXXXX">
        <cfinvokeargument name="userID"                                         
        value="#sessionRead.userID#"/>
        <cfinvokeargument name="courseID" value="#i#"/>.... 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:317494
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to