3 Replies Latest reply on Sep 17, 2001 6:46 AM by jules_gosnell

    jetty && JSP 1.1?

    pepe_potamus

      Hello, I´m using JBoss with embebbed Jetty, which claims to support JSP 1.1 but when running a JSP with

      <jsp:include="myUrl" flush="false"> I get the following error:

      org.apache.jasper.compiler.CompileException: D:\TOOLS\Servers\JBoss-2.4.0_Jetty-3.1.RC8-1\jboss\tmp\deploy\Default\hl.ear\web1001\filestable.jsp(7,8) JASPER: jsp:include page="..." flush="true" es la unica combinacion valida en JSP 1.0

      Do I have to get a different version of Jasper?
      Can I configure the JSP version of the page?
      Thanks in Advance

      Manuel Alzola

        • 1. Re: jetty && JSP 1.1?
          p_d_austin

          flush=false was only introduced in JSP 1.2 check the following for the 1.1 spec.

          flush Mandatory boolean attribute. If the value is “true”, the buffer is
          flushed. A “false” value is not valid in JSP 1.1.

          Paul

          • 2. Re: jetty && JSP 1.1?
            pepe_potamus

            My problem is that I need flush = false to nest <jsp:include> inside an tag. Any suggestion?
            Thanks in advance
            Manuel Alzola

            • 3. Re: jetty && JSP 1.1?
              jules_gosnell

              Post jetty-discuss@yahoogroups with this one.

              JSP 1.2 goes hand in hand with JSDK 2.3, doesn't it ?

              I don't know how far Greg has got with his 2.3 support - he will be reading this list, so you should ask there.


              Jules