From 24e453fbce2ea44a8c2a87e3e9955df1bc11d467 Mon Sep 17 00:00:00 2001
From: Swati Tripathi <63490144+swati-gwc@users.noreply.github.com>
Date: Fri, 20 Aug 2021 19:27:35 +0530
Subject: [PATCH] Update README.md
---
SpringMVCFormExample/README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/SpringMVCFormExample/README.md b/SpringMVCFormExample/README.md
index 6ab7533..3b859cb 100644
--- a/SpringMVCFormExample/README.md
+++ b/SpringMVCFormExample/README.md
@@ -20,7 +20,7 @@ To create this project from scratch in Netbeans IDE follow the steps below:
## Project Structure of this Project, "Spring6"
-![Project Structure](ImagesSpringMVCFormExample/ProjectStructure.PNG)
+
## Main Files of this project
@@ -37,23 +37,23 @@ To create this project from scratch in Netbeans IDE follow the steps below:
### Form WebPage with correct details (Username and Password is swati and swati respectively, you can change it according to your choice in MyController.java)
-![Project Structure](/SpringMVCFormExample/ImagesSpringMVCFormExample/FormWithCorrectDetails.PNG)
+
### success.jsp page is displayed after correct details are submitted in form
-![Project Structure](/SpringMVCFormExample/ImagesSpringMVCFormExample/successJSPOutput.PNG)
+
### Form WebPage with WRONG details (Username and Password except swati and swati respectively are all wrong and will display error message)
-![Project Structure](/SpringMVCFormExample/ImagesSpringMVCFormExample/FormWithWrongDetails.PNG)
+
### Error Message Displayed after submitting wrong login form details
-![Project Structure](/SpringMVCFormExample/ImagesSpringMVCFormExample/FormWrongDetailsOutput.PNG)
+
### Libraries that are added in this project
-![Project Structure](/SpringMVCFormExample/ImagesSpringMVCFormExample/LibrariesAdded.PNG)
+