Groups | Blog | Home
all groups > coldfusion flash integration > april 2006 >

coldfusion flash integration : Simple Binding



Rick
4/1/2006 5:33:05 PM
How do I bind one text filed to another. CF 7.x Flash form.

I want to bind SCity to City

<cfinput type="text" name="City" value="#City#" size="20" maxlength="50"
message="You cannot field blank" label="City" required="yes" id="City" />

<cfinput type="text" name="SCity" value="#SCity#" size="20" maxlength="50"
bind="{[City]}" label="City" id="SCity" />

Thanks for any help you can give!!!


Rick
4/1/2006 8:27:50 PM
I could have swore I tried that. I guess not that worked perfect!!!

Thanks!!


[quoted text, click to view]

doug777
4/2/2006 12:00:00 AM
bind="{City.text}"

AddThis Social Bookmark Button