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