<html>
      <body>
          <form  method="get"  action="hello.jsp">
                 Name:  <input type="text" name="who" size="32"/> <p/>
                 <input type="submit"/>
          </form>
     </body>
</html>