Realizing that I'm not that familiar with JSP yet, but is it possible to
put the include tags inside the <head></head> tags? e.g.,

<html>
<head>
<jsp:include...>
.
.
.
<jsp:...>
</head>
<body
<!--the printed part of the document goes here-->
</body>
</html>

?

-----Original Message-----
From: Karau, Joe
To: [EMAIL PROTECTED]
Sent: 8/30/00 1:00 PM
Subject: Re: Blank lines on JSP

Yes, the blank lines will increase the size of the documnt, but only by
one
or two characters per blank line.  However, I believe those lines are
inevitable because they are placed there by the JSP processor.

-----Original Message-----
From: Sushil Singh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 30, 2000 12:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Blank lines on JSP


blank lines will increase the size of your document (hence download
time:->), so
ideally you should always try to remove all these white characters.

Jorge Barrera wrote:

> Why do the blank lines bother you?
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and
reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jeevan Mathew
> Sent: Wednesday, August 30, 2000 8:54 AM
> To: [EMAIL PROTECTED]
> Subject: Blank lines on JSP
>
> Hi all,
>  I have an issue regarding JSPs.
>  Most of my JSPs have many directive statements (jsp tags) at the
beginning
> of the file,
> and because which, the contents (html )are displayed  after a few
blank
> lines !
>
> any idea to rectify it ??
>
> I have tried putting some html tags at the top of the jsp file , then
added
> the directives after them. but still the same result :(
>
> Thankx
> Jeevan
>
>
========================================================================
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
========================================================================
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to