2 Replies Latest reply on May 20, 2002 4:46 PM by noamhooper

    Session Tracking problem with hidden form fields

    anthonyk

      I am new to JBOSS and I am comparing it to our current server(JRUN 3.1).
      My (JSP/Bean) application works fine with Jrun 3.1.
      I use hidden form fields for session tracking.
      When I tried the same application on BOSS/Jetty 2.4.0 package and again on the JBOSS/Tomcat 2.4.0 package my application doesn't work. JBoss doesn't report any runtime errors but it acts as though my HIDDEN form field values are not being picked up properly by my beans. Any suggestions ?