I am having the same problem.  I am using JSP 1.2 which works ok with Tomcat 4.x, but 
when I try to deploy to a recent version of JBoss or Tomcat 5 I get that error.

I do an include of a header file (with no parameters) like this:
  <jsp:include page="header.jsp" flush="true"/>

Then in the header.jsp file have a simple JSTL statement which does this:
<c:choose>
  <c:when test="${not empty SessionData}">
     Logged in.
  </c:when>
  <c:otherwise>
     Not logged in.
  </c:otherwise>
</c:choose>

I get the error and the page does not display.  If I remove the JSTL from header.jsp 
it works ok.

Where did you put the dummy jsp:param?  I tried putting inside <jsp:include> tags, but 
that didn't help.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842978#3842978

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842978


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to