House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 05, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Talk (CF-Talk)

Why can't I loop this a list for form values like this?

Author:
Rick Faircloth
10/06/2008 10:46 AM

Duh... thanks, Randy... Rick Randy wrote: > Change:  <cfloop index="#mls#" list="#form.featured_property#"> > to:  <cfloop index="mls" list="#form.featured_property#"> > > Your trying to reference the #mls# as a variable rather than setting the > variable using the list element. > > > On Mon, Oct 6, 2008 at 9:26 AM, Rick Faircloth <Rick@whitestonemedia.com>wrote: > >   > > >  


Mailing Lists