0 Replies Latest reply on Oct 4, 2002 6:14 AM by kyborg

    JSP + Servlet state

    kyborg

      Hi,
      I have 2 servlets and a JSP file. I transfer the first servlet's parameters to the JSP file by dispatcher. In the JSP file, I have a form, when I submit, It will go to second servlet, but when i press submit, all the parameters that I got from the first servlet will disappear 'cause the Form doesn't send your the parameters. I tried to put all the parameters into the forms' Hidden fields, and it works fine. But I just want to ask: is there any way around to do it? Without hidden fields..

      Thanks