Any ideas why this cfselect isn't automatically selecting the value?  
Any help is greatly appreciated!

<cfquery name="theParent" datasource="nlr" dbtype="ODBC">
SELECT *
FROM gi_ApparelTypes
WHERE apparelTypeID = '#theChild.parentID#'
</cfquery>

<cfselect
    name="theParent"
    bind="cfc:Apparel.getParents()"
    display="apparelType"
    value="apparelTypeID"
    selected="#theParent.apparelTypeID#"
    bindonload="true"
    class="FontSm1"
    style="width:100px"/>

-- 
Chris Martin
-------------------------------------------
Gandy Ink Information Technology Department
[EMAIL PROTECTED]   (325) 949-7864 X-364
-------------------------------------------
            www.gandyink.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288387
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to