1 Reply Latest reply on Nov 28, 2001 2:46 PM by haytona

    jsp

    avinash

      Hello All,
      I have a html form where I enter name and submit. The name is received by the jsp application. But request.getParameter shows null at runtime.
      Any Help???
      Thanks in advance,
      Avi

        • 1. Re: jsp
          haytona

          if you post some code we may be able to help you more.

          ensure the name of the tag is the same as the request.getParameter("name");