Anyone here good with binding cfform elements?
I need to figure a way to repopulate a cfselect (done via cfc) when a cfinput value changes.
Hey, you may have found an answer to this by now but, if not, take at look at this article I posted regarding a similar scenario:
http://www.geeklectic.net/ColdFusion/Binding-Form-Fields-4BC270AF0EE0E962/
<cfform name="parkcheck"> <cfinput type="checkbox" name="Art_ID" id="checkybox_#currentrow#" value="#WADAdboartikel.Art_ID#"/> </cfform>