Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Nick Dee / Nick Dee (Nick Dee)
Created: 11/02/2016
Components: AJAX, UI Components
Versions: 2016,11.0
Failure Type:
Found In Build/Fixed In Build: CF 11,0,11,300489 / 2016.0.04.302332
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem Description: CFGRID will not populate inside a CFWINDOW called from a CFDIV tag.
Steps to Reproduce:
Actual Result: GRID will show but no data will display.
Expected Result: Grid should have data in it , works as expected in COLDFUSION 10.
Any Workarounds: Grid will populate if you remove the CFWINDOW tags.(How ever this is not a fix for us)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4197248
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: Nick Dee
External Customer Email:
External Test Config: Copy test.cfm , test2.cfm and mycfc.cfc to web root. Change function getMyData() to query a local database and keep the column alias found in the cfc to match the grid in test2.cfm.
The Grid will show up with no data even if your query returned records.
Comment out the CFWINDOW tags. Now the grid will populate.
This was not a problem in CF10. Not sure about CF 11.
Attachments:
- November 03, 2016 00:00:00: 1_test.cfm
- November 03, 2016 00:00:00: 2_test2.cfm
- November 03, 2016 00:00:00: 3_myCFC.cfc
Comments: