Hi All,

I have a problem with including a CFOUTPUT tag in a CFIF.

<cfif groupsection IS "off">
        <cfoutput>
</cfif>

Regardless of what "groupsection" is set to, the <cfoutput> tag is processed
in the page and of then getting errors when compiling.  Is there a trick to
getting CF to not see the <cfoutput> when groupsection is set to anything
other than off?

Cheers
Mark Picker
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to