
Scripts: JSP :: form processing :: Library Article #3
Developer's Section
![]() By: Erobo Team Member
|
||||||||
![]()
This tutorial explains the handling of http POST/ GET data using JSP. The java server side programming language (JSP) provides the request.getParameter method to get POST data after a request has been made to the server. So, in order to process the two fields from this form, we are going to add some JSP code to process_login.jsp which will be script handling form data:
|
||||||||
|
||||||||
![]() |
|
![]() the form below: |