Hi, I came across a problem with CFCONTENT. Even if the attribute RESET="yes" is used, the content which was previously set by <cfhtmlhead is not reset.
Ex 1: <cfhtmlhead text = 'This is in the head section'> <cfcontent type="text/html; charset=ISO-8859-1" RESET="yes"> This shouldn't have the head section. </cfcontent> Ex 2: <head>This is in the head section</head> <cfcontent type="text/html; charset=ISO-8859-1" RESET="yes"> This shouldn't have the head section. </cfcontent> In Ex 1, the text "This is in the head section" still appears in the page. In the ex 2 it does not. Is this a bug, or an undocumented feature ? Anyway, is there some way I could clear what was previously set with <cfhtmlhead ? Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352058 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

