jetty

This is the archive for jetty.

Dive into the archives.


  • OGNL Maps in WebWork using JSP 2.1 / the unlucky 87th entry in this blog

    Jetty 6 (which I use for day to day development) automatically uses JSP 2.1 if you are on JDK 5.0 or above, regardless of what you have specified in web.xml.
    This had been biting me on WebWork, because of the introduction of unified EL. The following is no longer valid:
    <ww:select list=”#{’default’ : ‘Maven 2.x Repository’, ‘legacy’ […]