RE: Help with cfselect

2005-09-29 Thread Mike Nimer
You can't use the selected attribute unless you are also using the query attribute in cfselect. Since you are looping over the query and outputting the tags directly you'll need to add a cfif check. Like this Select One selected="true" >#PaintList.colorName#,...

RE: Help with cfselect

2005-09-29 Thread Mike Nimer
You can't use the selected attribute unless you are also using the query attribute in cfselect. Since you are looping over the query and outputting the tags directly you'll need to add a cfif check. Like this Select One selected="true" >#PaintList.colorName#,...