Hi All,
This is my first
servlet program. I wanted to try a web application where "register" user module will be in servlet program.
I can access my index.jsp but when I enter values and click submit, I get "There is no Action mapped for namespace [/] and action name [RegisterUserServlet] associated with context path [/TrainingApplication]. - [unknown location]".
Here's my index.jsp file:
Here's my web.xml:
My register servlet:
I am using apache-tomcat-8.0.14 server. Can somebody help me spotting the issue?
Thanks,
Murali