tracker issue : CF-3043312

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

Bug 86260:-(Watson Migration Closure)Misleading error message for nested CFOutput tags where INNER tag is query driven

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): Adam Tuttle / Adam Tuttle (Adam Tuttle)

Created: 02/08/2011

Components: Language, Tags

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 3

Problem:

Misleading error message for nested CFOutput tags where INNER tag is query driven.Given the following code:<cfoutput>Stuff<cfoutput query="foo">more stuff</cfoutput></cfoutput>The following error is thrown: "A query driven cfoutput tag is nested inside a cfoutput tag that also has a query attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing."This is misleading because the outer CFOutput tag is NOT query-driven, and the code is NOT attempting to do grouped output.The work-around is simple: use a query-driven cfloop in place of the inner cfoutput tag, but the error message is misleading and confusing.
Method:


Result:

A query driven cfoutput tag is nested inside a cfoutput tag that also has a query attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing.

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

Watson Bug ID:	3043312

External Customer Info:
External Company:  
External Customer Name: Adam Tuttle
External Customer Email: 71DA001D4586B5B5992015D5
External Test Config: 02/08/2011

Attachments:

Comments: