ok. i have a problem
i can get cfselct to sow current selction in a cfoutput query.
but when i try to do the same thing in a flash form with a repeater.
i cant get the selction to be preselected.
{getAscList.currentItem.titleID} shows the id i want to match.
i cant do it with a bind because i get an error about using a query
and a bind in a select

<cfselect enabled="Yes" visible="yes" name="titleID"
label="Title{getAscList.currentItem.titleID}" multiple="no"
query="getAscTitle" value="titleID" display="titleName"
queryPosition="below"  selected="{getAscList.currentItem.titleID}"
width="200"  >

selected="{getAscList.currentItem.titleID}"

should work...

thanks
-paul

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303997
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to