0 Replies Latest reply on Aug 22, 2003 2:50 PM by kristoff

    jsp:setProperty issue in 3.2.1

    kristoff

      A .war file that worked correctly under 3.0.3 was deployed on 3.2.1 and what we found was that jsp pages that use

      <jsp:useBean id="foo" scope="session" class="com.bar.foo" />
      <jsp:setProperty name="baz" property="*" />


      the properties are no longer being set at all. they are all empty!

      This was working in 3.0.3. I assume this is an issue with Jasper in Jetty? Has anyone noticed this and what's the fix (please don't tell me to set each property individually)

      TIA