tracker issue : CF-4126477

select a category, or use search below
(searches all categories and all time range)
Title:

nested cfoutput

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): Frédéric Peters / Frédéric Peters (External User)

Created: 03/09/2016

Components: General Server

Versions: 2016

Failure Type: Unspecified

Found In Build/Fixed In Build: Beta1_v12 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem Description: Nested cfoutput do not behave like previously

Steps to Reproduce: Run this code:

<cfquery datasource="#application.datasource#" name="monmessage">
SELECT randID, itemID
FROM Messages
WHERE messageId = "1"
</cfquery>

<cfoutput query="monmessage">
<cfoutput>#randID#</cfoutput>
<cfoutput>#itemID#</cfoutput>
</cfoutput>


Actual Result: generates an error

Expected Result: 

Any Workarounds: write proper code without nested cfoutputs


<cfoutput query="monmessage">
 #randID#
 #itemID#
</cfoutput>

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4126477

External Customer Info:
External Company:  
External Customer Name: Frédéric Peters
External Customer Email: frederic.peters@outlook.com
External Test Config:

Attachments:

Comments:

Adding BUG AUDIT TRAIL ********action: updated fieldName: Reason newValue: NotABug oldValue: UserError oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:15:01.0 action: updated fieldName: Status newValue: Withdrawn oldValue: ToTrack oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: Reason newValue: UserError oldValue: PRHaveInfo oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: Owner newValue: Blank oldValue: nimsharm oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: Closed By newValue: nimsharm oldValue: Blank oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: Date Closed newValue: 2016-01-28 21:14:55.0 oldValue: Blank oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: State newValue: Closed oldValue: Open oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-29 05:14:55.0 action: updated fieldName: State newValue: Open oldValue: Open oprid: prerelease recordName: RQ_DEFECT timpestamp: 2016-01-28 13:38:22.0 action: updated fieldName: Reason newValue: PRHaveInfo oldValue: PRNeedInfo oprid: prerelease recordName: RQ_DEFECT timpestamp: 2016-01-28 13:38:22.0 action: updated fieldName: Status newValue: ToTrack oldValue: ToTrack oprid: prerelease recordName: RQ_DEFECT timpestamp: 2016-01-28 13:38:22.0 action: updated fieldName: Status newValue: ToTrack oldValue: Unverified oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-27 05:23:44.0 action: updated fieldName: Reason newValue: PRNeedInfo oldValue: Blank oprid: nimsharm recordName: RQ_DEFECT timpestamp: 2016-01-27 05:23:44.0 action: updated fieldName: Priority newValue: 1 oldValue: 0 oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-11 03:14:33.0 action: updated fieldName: Dev Assigned newValue: himar oldValue: rukumar oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-11 03:14:33.0 action: updated fieldName: Owner newValue: nimsharm oldValue: vmannebo oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-11 03:14:33.0 action: updated fieldName: QE Assigned newValue: nimsharm oldValue: vmannebo oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-11 03:14:33.0
Comment by CFwatson U.
4018 | March 09, 2016 02:15:12 AM GMT
Added By: PreRelease User User Name:Frédéric Peters Note Added: This code is no more generating an error on my side ! Date Added :2016-01-28 13:38:22.0 Added By: PreRelease User User Name:Frédéric Peters Note Added: Entered Bug. Date Added :2016-01-10 18:57:50.0
Comment by CFwatson U.
4019 | March 09, 2016 02:15:14 AM GMT