Hi, try this:

 VALUE="#PremAddress#_#ThisIter#"

----- Original Message -----
From: <[EMAIL PROTECTED]>

hi,

hi.  i'm modifying a form i've built, to allow field names to be dynamically
altered during each iteration of a loop.  as it was originally, one of its
input clauses might look like this:

<CFINPUT TYPE="text" NAME=PremAddress  SIZE="30"
 MAXLENGTH="40" VALUE="#PremAddress#">.

however, as i need to add hashes for the iteration values, the same clause
has come to look like this:

<CFINPUT TYPE="text" NAME="PremAddress_#ThisIter#"
     SIZE="30"
 MAXLENGTH="50" VALUE="#PremAddress_#ThisIter##">

and this code generates the following error message:

ColdFusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either:
You have misspelled the parameter name, or
You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE
tag.
The error occurred while processing an element with a general identifier of
(CFINPUT).

what is the solution?

hubert
---
Hubert Earl

ICQ#: 16199853

My Jamaican Art, Craft & More Online Store:
http://www.angelfire.com/ny/hearl/link_page_for_go_jamaica.html
Check out the art print bargains available! Beautiful prints as low as
US$7.50 each, less if you purchase 2 or more. Also being sold:  the
Genealogy of Jamaica CD-ROM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to