AW: line feeds in response

2002-09-09 Thread Alexander Stage
Thanks. Alex -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 9. September 2002 23:42 An: Tomcat Users List Betreff: Re: line feeds in response I had a similar problem a couple of days ago. I had to remove the <@ page directive >

Re: line feeds in response

2002-09-09 Thread RSEQUEIRA
]> To: "Tomcat Users List" <[EMAIL PROTECTED]> 09/09/02 10:43 AMcc:

line feeds in response

2002-09-09 Thread Alexander Stage
Hi all, got the following problem: I'm generating xml with jsps. Before I write out any response, I'm using out.clearBuffer() to clear anything from the output buffer in order not to write out new lines etc. However, this doesn't seem to work. I always get 3 line feeds before the xml starts, whi

AW: line feeds in response

2002-09-09 Thread Alexander Stage
st; [EMAIL PROTECTED] Betreff: RE: line feeds in response There are 3 linefeeds in your jsp before the code that generates the xml. Remove them and you should be ok. There has been a discussion on this before on this list. Search the archives :) -Original Message- From: Alexander Stage [mai

AW: line feeds in response

2002-09-09 Thread Power-Netz \(Schwarz\)
use <%@. %> aso. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: line feeds in response

2002-09-09 Thread jon wingfield
: Tomcat Users List Subject: line feeds in response Hi all, got the following problem: I'm generating xml with jsps. Before I write out any response, I'm using out.clearBuffer() to clear anything from the output buffer in order not to write out new lines etc. However, this doesn'

line feeds in response

2002-09-09 Thread Alexander Stage
Hi all, got the following problem: I'm generating xml with jsps. Before I write out any response, I'm using out.clearBuffer() to clear anything from the output buffer in order not to write out new lines etc. However, this doesn't seem to work. I always get 3 line feeds before the xml starts, whi