2 Replies Latest reply on Oct 6, 2004 11:26 AM by mi1291

    JSTL Problems

    mi1291

      I'm using Jboss 3.2.5 an I have a lot of problems using JSTL (Apache 1.1.1)

      In factnever resolve expressions:

      <c:out value="result is ${1+2+3}"/>

      became in html page:

      result is ${1+2+3}

      result is 6

      Can you help me??