This project demonstrates simple form processing using JavaServer Pages (JSP) with the GET method.
index.jsp
: HTML form for collecting user input.processGet.jsp
: Processes form data submitted via the GET method and displays a greeting message with the user's name and email.
- Open
index.jsp
in a web browser. - Fill in the name and email fields in the form.
- Submit the form.
- The
processGet.jsp
page will display a greeting message with the submitted name and email.
- Javaserver Pages
- HTML
- CSS
- GET Method
- Ensure you have a Java Servlet container like Apache Tomcat installed.
- Deploy the project files in the container's webapps directory.
- Access the application via a web browser.
No external dependencies.
Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.
To clone this repository, run the following command:
git clone https://github.com/iammahesh123/JSP-GET-Method-Demo.git
This project is licensed under the MIT License. See the LICENSE file for details.