Re: orion generates extra lines in the returned result

2001-01-16 Thread Ernst de Haan
Hi Thomas, The extra white line is in your JSP page. If you want to get rid of it, replace something like this: <% blah blah blah %> with: <% blah blah blah %> this will give you one less line break. -- Ernst Thomas Kwan wrote: > Anyone knows how to get rid of the extra lines in H

Re: orion generates extra lines in the returned result

2001-01-16 Thread Santosh Kumar
gt; Sent: Monday, January 15, 2001 3:37 PM Subject: orion generates extra lines in the returned result > Anyone knows how to get rid of the extra lines in HTML pages > that are generated from Orion server? > > I am using jsp to dynamically return a file to the browser. The > file

orion generates extra lines in the returned result

2001-01-15 Thread Thomas Kwan
Anyone knows how to get rid of the extra lines in HTML pages that are generated from Orion server? I am using jsp to dynamically return a file to the browser. The file somehow has 30-something empty lines in the begining. And I remember seeing this behaviour in the HTML pages also. thanks thomas