The flush attribute is a mandatory boolean attribute in JSP1.1. If the value
is "true", the buffer is flushed. A "false" value is not valid in JSP 1.1.
If you use JSP 1.2 it is an optional boolean attribute. If the value is
"true", the buffer is flushed now. The default value is "false".
Tomcat 3.2.1 implements the JSP 1.1 specification while Tomcat 4.0
implements the JSP 1.2 PFD.
Justy
----- Original Message -----
From: "sufi malak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 13, 2001 7:14 PM
Subject: Invalid jsp:include tag ??
> Hi, could you please tell me why this is not valid :
>
> <%
> if(portal.getUser().equals(portal.getDefaultUser()) ||
> (request.getParameter("action") != null &&
> request.getParameter("action").equals("loginForm"))){
> %> <--- this is line 83
> <jsp:include page="logInForm.jsp" />
> <%
> }
> %>
> ...............
>
> This the error I got :
> Error: 500
>
> Location: /openportal/portal.jsp
>
> Internal Servlet Error:
>
> org.apache.jasper.compiler.CompileException:
> C:\tomcat321\webapps\openportal\portal.jsp(83,6) Invalid jsp:include tag
>
> Thanks lot
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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