I am trying to use the autosuggest parameter in a cfinput. I can't quite
figure out how to bind the autosuggest to the CFC.
I have tried:
autosuggest="cfc:users.autoSuggestUsers()"
autosuggest="cfc:cfc.users.autoSuggestUsers()"
autosuggest="cfc.users.autoSuggestUsers()"
autosuggest="...cfc.users.autoSuggestUsers()"
In my application.cfc file, I refer to my cfc like this:
ro = structNew();
ro.users = createObject('component', 'traumasystem.tcda.cfc.users');
The error I get is... "The specified CFC users could not be found."
Can you help?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:342434
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm