Good catch, the code we use to parse the option tags so we can send them to
the flash movie isn't parsing for the spaces around the = sign. 

So change
<option value = "0" selected>ALL</option>
To
<option value="0" selected>ALL</option>

And I'll submit this as bug, so we can take care of it.

Thanks,
---nimer


-----Original Message-----
From: Stas Newdel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 02, 2005 9:10 AM
To: CF-Talk
Subject: CFMX 7: bug in Flash <cfselect> ?

When  a form containing the following code is submitted and the 'All' 
option is chosen, the form variable on the action page contains 'All' and
not a zero. Has anyone run into this?


<cfselect label="Broker" name="broker_name" query="qListBrokers" 
value="broker_name" display="broker_name"  multiple="yes" size = "3" 
queryPosition="below">
        <option value = "0" selected>ALL</option>
</cfselect>


Thanks,

Stas



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197583
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to