RE: line feeds in response

2002-09-09 Thread jon wingfield
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 [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 12:12

Re: line feeds in response

2002-09-09 Thread RSEQUEIRA
I had a similar problem a couple of days ago. I had to remove the @ page directive at the start of the jsp page for this to work. That is for the 3 junk chars to stop showing up. I didn't have time to figure out why this happens. We were migrating from JRun to Tomcat. From servletx to jsps. I