I'm using three cfselects for a "three selects related" setup. 
Each is bound "bind" to a cfc. Works great. 

However, I'd like to get the select boxes to just display "please select" 
instead of the first value of the query it looks up. I can do this with the 
second and third cfselect since I can set those to trigger onclick . 

My first cfselect named "make": 

 <cfselect   name= "make"   bind= 
"cfc:michelinmoto.model.getfitmentdata.getMakes()"   value= "make"  
 display= "make"  bindonload= "true"   multiple= "no" >
 <option   value   =   "" >please select
 </cfselect>  

 My second cfselect uses:

bind= "cfc:getdata.getmodels([EMAIL PROTECTED])" My third cfselect uses: 

 bind= "cfc:getdata.getyears({model},[EMAIL PROTECTED])"  

Is there a trigger I can use to have the first cfselect just show "please 
select" and load the data when a user clicks on it? I tried various forms of 
[EMAIL PROTECTED] with no luck. 

-jeff
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293463
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