RE: is cfflush above?

2006-10-04 Thread Ian Skinner
I believe some of the first code did exactly what you are looking for. tags can not be used, and I believe will throw an error if they are called after a Because the header has already been sent (flushed) to the client and can not be modified for the given request. Putting the tag in a b

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
gt; > > .. > Ben Nadel > Certified Advanced ColdFusion Developer > www.bennadel.com > > > -Original Message- > From: Eduard Tabara [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04, 2006 4:47 PM > To: CF-Talk > Subject: Re: is

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
: CF-Talk Subject: Re: is cfflush above? sorry, maybe my english is not good enough and i don't get understood well... the question is: how that IsFlushInitiated() will find out if there was used the cfflush tag or not? as i said, the "above" code may be any code. so, setting a specia

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
> > > > > .. > Ben Nadel > Certified Advanced ColdFusion Developer > www.bennadel.com > > > -Original Message- > From: Eduard Tabara [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04, 2006 4:47 PM > To: CF-Talk > Su

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
.. > Ben Nadel > Certified Advanced ColdFusion Developer www.bennadel.com > > > -Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04, 2006 2:14 PM > To: CF-Talk > Subject: RE: is cfflush above? > > maybe there i

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
en Nadel > Certified Advanced ColdFusion Developer > www.bennadel.com > > > -----Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04, 2006 2:14 PM > To: CF-Talk > Subject: RE: is cfflush above? > > maybe there is an un

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:14 PM To: CF-Talk Subject: RE: is cfflush above? maybe there is an undocumented way to get the cf code to be compiled? so that it to can be searched for the "cfflush" tag. Thx in advance, Ed Well, I don'

RE: is cfflush above?

2006-10-04 Thread Ian Skinner
maybe there is an undocumented way to get the cf code to be compiled? so that it to can be searched for the "cfflush" tag. Thx in advance, Ed Well, I don't know why you would want to compile something. It would be fairly trivial, if not ideal, to build something that will search for the cfflus