tracker issue : CF-4126476

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/Duplicate

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

Created: 03/09/2016

Components: Language, Application Framework

Versions: 2016

Failure Type: Unspecified

Found In Build/Fixed In Build: Beta1_v12 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Win All

Vote Count: 0

Duplicate ID:	CF-4105612

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:	4126476

External Customer Info:
External Company:  
External Customer Name: Frédéric Peters
External Customer Email: frederic.peters@outlook.com
External Test Config: Friendly Name: Win2008R2 Apache 2.2.21
Device Type: Server
Manufacturer/Brand: Supermicro
Model: unknown
Memory (ROM): 4
Operating System (if known): Windows 2008 R2 64 bits

Attachments:

Comments:

Adding BUG AUDIT TRAIL ********action: updated fieldName: Status newValue: Withdrawn oldValue: Unverified oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: Reason newValue: Duplicate oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: State newValue: Closed oldValue: Open oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: Date Closed newValue: 2016-01-19 23:42:25.0 oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: Owner newValue: Blank oldValue: vmannebo oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: Closed By newValue: vmannebo oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0 action: updated fieldName: Duplicate Bug ID newValue: CF-4105612 oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-01-20 07:42:25.0
Comment by CFwatson U.
4021 | March 09, 2016 02:14:58 AM GMT
Added By: PreRelease User User Name:Frédéric Peters Note Added: This is my first bug report. Sorry if it is incomplete. Date Added :2016-01-10 19:00:09.0
Comment by CFwatson U.
4022 | March 09, 2016 02:14:59 AM GMT
Hi Adobe, Please change Duplicate ID from CF-4105612 to CF-4126477 so that bugbase.adobe.com users can click to see the original. PR:CF-4105613|Public:CF-4126476 is duplicate of PR:CF-4105612|Public:CF-4126477 Thanks!, -Aaron
Comment by External U.
4023 | May 28, 2016 01:56:52 PM GMT