Specifying a selected item for a CFSELECT doesn't appear to work.

I have tried all the following methods.

Binding to the query
<cfselect name="clientID" label="Client" queryposition="below"
query="clients" value="clientID" display="company"
selected="{getServer.currentItem.clientID}" tooltip="Which client does this
server belong to" visible="Yes" enabled="Yes"></cfselect>

Using the column directly
<cfselect name="clientID" label="Client" queryposition="below"
query="clients" value="clientID" display="company"
selected="#getServer.clientID#" tooltip="Which client does this server
belong to" visible="Yes" enabled="Yes"></cfselect>

Even using a speciifc value

<cfselect name="clientID" label="Client" queryposition="below"
query="clients" value="clientID" display="company" selected="2"
tooltip="Which client does this server belong to" visible="Yes"
enabled="Yes"></cfselect>

But still the first item in the list is selected and not the one specified.

I applied update 7.0.1 and this appears to have made some selects work, but
not all of them

Is it just me ?

--
Russ


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help 
>-<



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220015
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to