This content has been marked as final.
Show 1 reply
-
1. Re: CFSELECT getting ELEMENT is undefined in FORM
BKBK Jan 31, 2013 11:01 AM (in response to dennis longnecker)The selected attribute should be a non-empty string. Setting the it to "" runs counter to what ColdFusion expects. The documentation on cfselect says this about the attribute:
"One or more option values to preselect in the selection list. To specify multiple values, use a comma-delimited list. This attribute applies only if selection list items are generated from a query. The cfform tag preserveData attribute can override this value.".

