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
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
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