You've lost me. Are you syaing you want the cfinput to bind to the
select? Did you try bind="{proj_id}" in the text input?On 8/31/07, Asim Manzur <[EMAIL PROTECTED]> wrote: > 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. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287550 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

