Why won't cfselect fill the initial value?
I don't understand why the cfselect won't put in the initial value...
<cfif #URL.form_action# EQ "update">
<cfquery name="details">
GET STATE QUERY
</cfquery>
<cfselect selected="#details.state#" name="states" bind="cfc:_kpcfc_select.get_states()" bindonload="true" required="yes" message="Please select the state."/><span class="red">*</span>
</cfif>
