posted 8 years ago
Hi,
I am new to spring, I am trying to create a login page with the usage of spring form tags and annotations. But I am getting an error as follows
Here is the code I am trying to use
1. homepage.jsp
2. HMSWelcomeController.java
3. UserForm.java
3. HMSProject-servlet.xml
What I am trying to achieve is on run, the first page that should come is the login page that should be bound to the UserForm, which validates the data against a database and allows the user to login.
Can anyone please tell me what I am missing or where I am going wrong
Please help