You forgot the required parameter:
<jsp:include page="/jsp/DB_loginChecker.jsp" flush="true"/>
The flush="true" is required and it has to be set to true in JSP 1.0 and
1.1.
-----Original Message-----
From: Krishnan [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 11, 2000 3:56 AM
To: [EMAIL PROTECTED]
Subject: Invalid Include tag
Hi all,
I am getting invalid include tag as error when i run the following jsp. If i
remove the include tag it is working fine. Similarly, if i run the file
specified in the include tag separately, it is running fine. I don't know
where i am going wrong.
Your replies are highly appreciated.
krishnan
The code for jsp
<jsp:include page="/jsp/DB_loginChecker.jsp" />
===========================================================================
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