I have cfselect statement: <cfselect name="proj_id" height="70" bind="cfc:MyCfcPath.MyCFCFunction(#session.userid#)" value="project_id" display="project_name" bindonload="true" />
I have a cfinput type="text" which will take the value from cfselect and call another function in cfc and display the value. I tried putting the onchange on cfselect, but how to bind that value to the text cfinput field. Appreciate any help in this. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287544 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

