I've got a form with a series of form fields whose names are dynamically
generated in an indexed loop.  i.e.

form.unit1_name
form.unit1_listed

form.unit2_name
form.unit2_listed

etc.

One of these form fields is a checkbox and in the action template I want
to default the value to "0" using CFPARAM, but I keep getting undefined
variable errors.  I've tried the following (i is the index of a for loop):

<cfparam name="form.unit#i#_listed" default="0">
<cfparam name="Evaluate('form.unit#i#_listed')" default="0">

Any ideas how to do this?
Jim


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to