Product: CF 7 BugHunt User: Anonymous
[Switch Product] CFUG: None

Add and View Bug Comments at the bottom of the Element.
Title: cfContent stops execution BugID: 1029 Date Opened: 12-Sep-01
Created By:
Matt Liotta
Bay Area ColdFusion User Group
Type: Tag Element/Element: NA
Severity: Unexpected Results Status: New/Unvalidated
Adobe BugID:

Description of bug:
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.

Click on this to respond to the current comment Comment   [James Sleeman]   [ ]
I believe this is the standard and expected operation for CFCONTENT when given the file attribute. It immediatly returns the file to the user as the HTTP request. This makes sense, sort of, once you have used CFCONTENT with the file attribute no output would be possible to the response stream anyway, any CFML after that point would have to be computational only.