Thank you Robert for your kind recommendation. I see others have answered
your question. I'll raise another point: I find it curious that you're doing
this:
 
<cfset resp.setDateHeader(JavaCast("string","Expires") , JavaCast("long",0)
)>

why not just use CFHEADER:
 
<cfheader name="Expires" value="#GetHttpTimeString(Now())#">

This is in the docs for CFHEADER, or you could I suppose set it to 0 as you
do in your code. I just wonder if your version is intentional and needed or
just something you've copied from someone else? Just seems better to use the
more obvious than the less obvious code, whenever possible.
 
/Charlie
http://www.carehart.org/blog/  


  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Wednesday, March 07, 2007 2:54 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF Error


Finally thanks to Charlie's awesome support with "Ask Charlie" we got the
RDS working in DW.
I highly reccomend his expertice if needed and the connection through
firewalls etc was a non issue. If you can see a web page he can see your
screen.
 
With that I am now starting to do some real Development work in DW with real
data in a fully functional DW environmnet. FINALLY!!!! WHEW!!!
 
Here is my first hurdle:
 
I opened a page that works, saved it in a different web as a template, and
allowed DW to update links
Now I get this error:
 
--------------------------------


The filename, directory name, or volume label syntax is incorrect 

        
         
The error occurred in
C:\Inetpub\wwwroot\intranet.motorcyclecarbs.com\sales\search.cfm: line 8
        

6 : </cfscript>

7 : 

8 : <cfinclude
template="file:///Z|/wwwroot/carbs/stores/1/includes/appheader.cfm">

9 : <cfset resp.setDateHeader(JavaCast("string","Expires") ,
JavaCast("long",0) )>

10 : <cfoutput>#req.getAttribute("STYLESHEET")#</cfoutput>
-----------------------
I have not yet mastered error reading in CF so I am wondering what this is
saying. I think it is the method of pathing but dont know what it should
look like.
Any pointers?

Robert P. Reil

 




-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

<<attachment: att59072.jpg>>

Reply via email to