Coldfusion Arrays
Posted: Tue Nov 28, 2006 11:36 am
Ok so I have to use coldfusion right now for a bit. I am trying to make a form array thingy like this:
well ok but now how do I loop though all of those and do something there? I have tried every variation of this:
Can anyone help me please?
Code: Select all
<input type="checkbox" name="DelImage[]" value="#id#" />Code: Select all
<cfloop item="NextId" collection="#Form.DelImage#">
//code here! #NextId# should be the value of that checkbox thingy.
</cfloop>