Looks like an ugly framing error.  I think you might have been able to do
this before CF4.

The problem is that you have overlapping programming blocks:

<CFIF>
 <CFOUTPUT>
  </CFIF>
   </CFOUTPUT>

Now there are times when you might like to do that, but it's usually not to
be encouraged.

So try thinking of a way to enclose the entire <CFOUTPUT></CFOUTPUT> block
inside the <CFIF></CFIF> block.

Best of luck,
Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-----Original Message-----
From: Picker, Mark P [mailto:[EMAIL PROTECTED]]

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?


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to