Question
comma in data
i have a file of company names that i populate a select list with
but if the data contains a comma when i use the selected paramater it will not work
<cfselect name="lcustomer" query="qcust" display="ccustomer" value="ccustomer" selected="#qload.lcustomer#" queryPosition="below">
<option>Select</option> </cfselect>
if qload.lcustomer contains a comma (some company, inc.) the selected fails
help?
