Thanks Claude,


Yeah I got it figured out... For some reason it just looked like it should
work and I could not see why it didn't. I have been staring at this screen
too long lately.


Thanks,
- Neal

-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 21, 2003 11:37 AM
To: CF-Talk
Subject: Re: cfoutput issue...


>>For some reason when I <cfoutput> the
content of the doc it is not processing the CF code that's in them.

The reason is that CF is only a one pass script, it reads codes from files
and send the result directly to the HTTP server. Its output is not fed back
to itself.
If you want to do so, you have to write youe code to a file, and CFINCLUDE
it, not really efficient.

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to