tracker issue : CF-3039649

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

Bug 79398:The abort attribute on the cfdump tag does not behave the same as the cfabort tag

| View in Tracker

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

Reporter/Name(from Bugbase): Timothy Farrar / Timothy Farrar (timothyFarrar)

Created: 08/12/2009

Components: Language, Tags

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 1

Problem:

The abort attribute  on the cfdump tag does not behave the same as the cfabort tag. When I dump inside of a no output function, and add the abort attribute, it aborts, but does not output my dump. If I use the <cfabort> tag, it aborts, and my dump is displayed.
Method:

<cffunction name="myFunc" output="false"><cfargument name="myArg1"><cfargument name="myArg2"><!--- no output will be generated ---><cfdump var="#arguments#" abort="true"></cffunction><cffunction name="myFunc" output="false"><cfargument name="myArg1"><cfargument name="myArg2"><!--- output will be generated ---><cfdump var="#arguments#"><cfabort></cffunction>
Result:

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

Watson Bug ID:	3039649

External Customer Info:
External Company:  
External Customer Name: Timothy Farrar
External Customer Email: 368F70A644B4036B992015D5
External Test Config: 08/12/2009

Attachments:

Comments:

This bug has been voted..
Vote by External U.
23061 | November 10, 2011 07:01:54 PM GMT