3 Replies Latest reply on Apr 19, 2004 3:29 AM by anajavi

    HTTP Request Params are lost on form submit to the server

    jayasudan

      Hi,

      Scenario:
      -----------
      I have the following design:
      JSP form submit -> Another Handler JSP -> method call to plain Java class that sets some session attributes -> method call returns to Handler JSP -> Forward to a template JSP -> Forward to the final JSP page

      Problem Description:
      ------------------------
      Few of the HTTP request params from the JSP page (when a form is submitted) are missing when accessed from the plain Java class.
      This happens randomly. I see no pattern of occurrance. Not all the request params are lost. Only few or 1 param is lost. This occurs in clustered and also in non-clustered Jboss setups.

      Note: Same design was working without any issues in Weblogic setup. But in Jboss setup, this issue is seen often.

      Setup details:
      ----------------
      Jboss 3.2.3, Tomcat 4.1

      Questions:
      ------------
      1. Are there any issues in handling the HTTP request params by the server?
      2. Is there any issue with Jboss, Tomcat?
      3. Is there any Jboss or Tomcat configuration problem?

      Thanx in advance.