I dont think you can read data directly from form elements, you need to sibmit the form to a second page that reads the parameters with getParameter, it is possible to submit JSP pages to themeselves, but then you have to handle two conditions, the initial condition with no data submitted and a second condition where parameters are read.
|