The problem is because the variable stTypeA already exists.  And despite
your efforts to change the value, it won't cause the application already
sees that variable has been assigned.

Won

-----Original Message-----
From: Richard L Smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 04, 2000 11:06 AM
To: CF-Talk
Subject: APPLICATION.CFM Variable problems


Hello;

I have a strange problem with <CFParam in my APPLICATION.CFM file.

I put some cfparams containing some references to style sheets that are used
throughout the site.

<CFPARAM  NAME="stTypeA" default="styles/aStyle.css">
<CFPARAM  NAME="stTypeB" default="styles/bStyle.css">

Then I reference it like this:

<cfoutput>
<link rel="STYLESHEET" type="text/css" href="#stTypeA#">

</cfoutput>

It works fine until I make some change to any OF THE <CFPARAMS> like the
path to the style sheets
then it stops working it still shows the page in IE4.0 but the styles don't
show up at all, I think it maybe
some kind of cache problem, although looking at View source the output
appears to be correct.

Any Ideas

Thanks
Rick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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