Hello,
I am having trouble with binding ajax calls to multiple cfselects. They work
perfectly on my local environment, but after uploading the file to our QA
serverand testing it out, I get the error message:
Bind failed, element not found: sltBiz
I've tried to find a solution, and saw some related issues like IE vs Firefox,
but I still get the error in IE, and my cfform is not within a table (another
solution I found).
Any thoughts would be greatly appreciated. Here is my code, the sltBiz is used
to populate sltTemplate (i.e. Businesses have Templates):
<cfform id="frmTemp">
<cfselect name="sltBiz"
id="sltBiz"
class="selectfield"
bind="cfc:cbuilder.getBiz()"
bindonload="true">
</cfselect>
<cfselect name="sltTemplate"
id="sltTemplate"
class="selectfield"
bind="cfc:cbuilder.getTemps({sltBiz.value})">
</cfselect>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333274
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm