>- see footer for list info -<
I am having lots of fun with flash forms as you can see :-)
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.
Is it just me, or does it not work.?
--
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 -<