-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Mark,

You might try outputting the value of groupsection right before you
test it... it sounds like groupsection is evaluating to "off"
everytime...

do something like this:

<cfoutput>This is the value of groupsection:
#groupsection#</cfoutput>

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

and then you'll probably see that groupsection is the same everytime.

Aaron Johnson, MCSE, MCP+I
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]

___________________________________________
"Never forget that only dead fish swim with 
the stream." -- Malcolm Muggeridge
___________________________________________

- -----Original Message-----
From: Picker, Mark P [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 13, 2000 6:28 PM
To: CF-Talk
Subject: CFIF and CFOUTPUT


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

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBOjjaDjp1Dv+56bwcEQIgowCg3+ZX4u0jWTg5QoAvVDMSyqG92ZMAniym
sYHOK7f+7dEPQKehLenraJO3
=AFl+
-----END PGP SIGNATURE-----


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

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

Reply via email to