Should work just fine, CFINVOKE doesn't really care how it's called, just that it has the right attributes/arguments. What's the error you're getting?
cheers, barneyb On Tue, Jan 6, 2009 at 11:28 PM, Torrent Girl <[email protected]> wrote: > 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:317495 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

