Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): John Hanks / John Hanks (Mr. Hanks)
Created: 11/04/2014
Components: AJAX
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7
Vote Count: 0
Problem Description:
When attempting to bind a 2nd CFSELECT dropdown to a query that is fired when the 1st CFSELECT changes there is a "Bind failed, element not found: 'element_name_here'
Steps to Reproduce:
Construct a CFSELECT that is populated dynamically from a query after a selection from another cfselect.
The CFSELECT I am binding to has an id of "device_select_event_1" and the bind attribute of the 2nd CFSELECT is "cfc:AjaxProxy.getDeviceFromEvent(event_id={device_select_event_1})"
There is a cffunction in AjaxProxy.cfc that completes the query and returns row(s) needed.
Actual Result:
"Bind failed, element not found: device_select_event_1"
`
Expected Result:
Populated 2nd CFSELECT dropdown based on 1st dropdown selection
Any Workarounds:
Not sure. JS population of <select> tag after ajax call triggered by onchange function of 1st dropdown.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3847264
External Customer Info:
External Company:
External Customer Name: Mr. Hanks
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- March 06, 2015 00:00:00: 1_xss.swf
Comments: