Take a look at your "selected" option in the CFSELECT. See CFDOC clip below:

                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. 

Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.
-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 23, 2007 10:16 AM
To: CF-Talk
Subject: What's wrong with this cfselect

Here's a snip from a form. Everything else on the form is displaying 
correctly. The cfselect however, is there, but no values show - so when 
I click it, it highlights and a single empty box drops down.

Suggestions?

<cfform
         action="index.cfm?action=cmf.contactPROC"
         method="post"
         preloader="no"
         wmode="transparent"
         format="flash"
         id="frmCONTACT">


<cfselect name="someSTATES"
           size="1"
           visible="Yes"
           enabled="Yes"
           width="200">
   <option value="AL">AL</option>
   <option value="SC" selected="selected">SC</option>
   <option value="SD">SD</option>
</cfselect>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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

Reply via email to