Question
This is a bug?. (Context validation error for tag cfdocument)
Why i get this error?. a bug?.
Begin of the page...
<cfparam name="pdf" default="">
<cfif pdf eq '1'>
<cfdocument format="pdf">
</cfif>
end of the page
<cfif pdf eq '1'>
</cfdocument>
</cfif>
Begin of the page...
<cfparam name="pdf" default="">
<cfif pdf eq '1'>
<cfdocument format="pdf">
</cfif>
end of the page
<cfif pdf eq '1'>
</cfdocument>
</cfif>
