Ok you mean just output the form variables? They seem to be ok. The loop is working when I insert one record. It's the multi insert that is not working.
>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> > > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:317501 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

