I can't seem to get any options to show up with a cfselect inside of a
flash form.

Even this simple script won't populate the options.  Is there
something I'm not seeing?

<cfform format="flash" >
   <cfselect name="state" width="200" size="1" label="State" >
      <option value="MA">Boston</option>
      <option value="CA">California</option>
      <option value="NV">Las Vegas</option>
      <option value="UT">Salt Lake City</option>
   </cfselect>
</cfform>

Thanks



-- 
There's snakes upon your ladder
And there's dice upon your skirt
There's lipstick on my collar
And there's sweat upon my shirt

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:211840
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to