Hello folks!
I'm gettin crazy trying out what's wrong, populating a cfselect

I've got a very simple cfselect

<cfselect name="id_cust" 
bind="cfc:test.Multiselect.GetCust(#Q_user.users_ID#)" display="company" 
value="company_ID" BindOnLoad="true" />

I'm sure that:
- path to retrieve cfc is correct
- data retrieved by cfc exists and are returned to the calling cfselect

If I use cfinvoke and dump the variable I have all the data I'm expect 
to see.

BUT

Using the cfselect on a developer server CF10 is working and I can see 
the select menu populated
Using the SAME CODE on a production server (CF8) is not working and the 
menu is not populated

Anyone has an idea on what's wrong? is related to a server bug to fix ?
My production server is still a CF8.0.0

Thanks!!

Stefano

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352718
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to