2 Replies Latest reply on Aug 4, 2002 5:17 AM by jkressin

    JBoss3.0/Jetty, JSP1.2 TLD

    jkressin

      Hi there,

      i´m using JBoss 3.0 with Jetty and try to create some CustomTags. I need to pass an Object from the JSP to the Tag - Class, so I wrote in the TLD something like this:


      userlist
      de.jk.um.taglib.ListAllUsers

      userlist
      true
      true
      java.util.List



      When run, Jetty tells me that the element is not allowed, but according to JSP1.2 it actually is. The example runs fine with Tomcat, though.
      I cannot use the JBoss - Tomcat bundle because of some bugs reported elsewhere in the forum (cannot find web.xml, reported in the Installation - Forum). I`d like to keep on using Jetty.

      I always thought Jetty supports JSP1.2. Am I wrong? Any suggestions?

      Thanks & Greetings,

      Jochen

        • 1. Re: JBoss3.0/Jetty, JSP1.2 TLD

          I suspect that you are running with Jetty3 when you need Jetty4.

          JBoss CVS HEAD and Branch_3_0 (tag) both now contain Jetty4.

          I would check out Branch_3_0 - it's pretty robust and try it in that.

          Go to www.sf.net, search for the JBoss project, go to the cvs page and follow the checkout instructions (don't forget you need to specify the tag Branch_3_0).

          cd build/ and run build.sh/bat. the result goes into build/output/

          Jules

          • 2. Re: JBoss3.0/Jetty, JSP1.2 TLD
            jkressin

            Hi jules,

            thank you for the suggestion, I will give it a try!

            Jochen