I am a
Struts 2 newbie and I am trying to develop a simple web application. The application consists of a simple login page containing a text field and password field and submit button.
When I try to load the web page, this is the error tht I get. I am deploying the application using
Tomcat v6.
The requested resource (/turorial/login) is not available.
My struts.xml file
My login.jsp file
I am getting the error message
No configuration found for the specified action": 'login' in namespace ''. Form action defaulting to 'action' attribute's literal value. Is there anything I am doing wrong
s there anything that I am doing wrong?