Title:
Bug 83613:(Watson Migration Closure)[ANeff] ER for: <cfloop name="" group=""Example:<cfloop query="myQuery" group="myColumn1"> <h1>#myQuery
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 07/17/2010
Components: Language
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 2020.0.0.317419
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
[ANeff] ER for: <cfloop name="" group=""Example:<cfloop query="myQuery" group="myColumn1"> <h1>#myQuery.CurrentRow# - #myQuery.RecordCount#</h1> <cfloop name="innerLoop1" group="myColumn2"> <p>#innerLoop1.CurrentRow# - #innerLoop1.RecordCount#</p> <cfloop name="innerLoop2"> <cfbreak loop="innerLoop1" /> </cfloop> </cfloop></cfloop>note the following:1) <cfloop name="" (creates struct containing inner CurrentRow and RecordCount)2) <cfbreak loop="" (specifies name of loop to break out of)Just random thoughts.. in case cfloop gets a group attribute.What got me going down this thought trail was that cfoutput/group doesn’t provide a CurrentRow and RecordCount for each inner cfoutput.. only for the outer. But I wouldn’t further enhance cfoutput/group.. since cfloop is prob better place for this grouping.Related thread: https://prerelease.adobe.com/r/?5e98ce4035e34c67a82b7d728f91ee85
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041787
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 07/17/2010
Attachments:
Comments: