Product:
CF 7 BugHunt
User:
Anonymous
[
Switch Product
]
CFUG:
None
Add and View Bug Comments at the bottom of the Element.
Title:
Nested CFoutpur and CFloop tags.
BugID:
1372
Date Opened:
16-May-07
Created By:
Bora Unal
TurkMMUG
Type:
Tag
Element/Element:
CFOUTPUT, CFLOOP
Severity:
Unexpected Results
Status:
New/Unvalidated
Adobe BugID:
Description of bug:
When looping over two queries with nested cfoutput and cfloop, for referencing outter loops query one need to write like this. #rsOuterQuery.ID[rsOuterQuery.currentrow]# Example: <cfoutput query="rsOuterQuery"> <cfloop query="rsInnerQuery"> <cfif rsOuterQuery.ID[rsOuterQuery.currentrow] EQ rsInnerQuery.ID> #rsInnerQuery.NAME# </cfif> </cfloop> </cfoutput> If not written like this, the outer queries data stays on the first record.
Comments:
--->
A D D Y O U R C O M M E N T S T O T H I S B U G
Please login to add comments to a bug
C O M M E N T S
Comment display is being revamped. We apologize for the delay.