|
Java™ by example!
|
|
|
How can I process FORM input elements inside a JSP page?
There are a couple parameters on the request object which you can use to parse out the inputs that were given on a FORM:
Here's an example:
You can try it out:
One name, no phone #'s One name, several phone #'s
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|