Also, you need to watch the use of pound signs within <cfoutput>. If you are
setting a table background color you'll need to use ##ff4532, otherwise CF
will think you are beginning a variable reference.

--Jeffrey

 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, November 29, 2000 6:46 PM
To:     Fusebox
Subject:        RE: <cfoutput>#request.variable#<cfoutput>

You can use <cfoutput> around the whole page, but you may be running into an
issue of having nested cfoutputs. That's a no-no. Also, if you have a cfmail
tag, that will throw it off. Also, just be aware that there is a performance
penalty with wrapping the whole page in cfoutputs.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 8:50 PM
To: Fusebox
Subject: <cfoutput>#request.variable#<cfoutput>


Hello everyone,

This is my first email into my first mailing list group.  This is exciting.
I am a "wantabie" Coldfusion developer and I am diving directly into the
proper style of developing with such a powerful tool.  I just briefly read
the electronic version of  the "Fusebox" methodology.

Anyway, I noticed in the code of the fusebox.org site, that the developer
was able to surround CHUNKS of code with <cfoutput></cfoutput>.  Code that
is a table that consist of #request.variable# references.

My problem is that when I surround my code with <cfoutput> over the entire
table or <tr>, it fails.  I am only successful if I surround each <a href="
#request.variables#/blah" individually.

Can anyone make sense of what I am saying?

Coldfusion Wantabie
Kinley
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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