Hi,
I am getting error No configuration found for the specified action: 'Login' in namespace: '/jsp' Form action defaulting to 'action' attribute's literal value.
I have checked the mapping for the action: Login in struts.xml and in
JSP.
[
And struts.xml looks like:
</action>
<action name="Login" class="com.action.ReportAction" method="execute">
<result name="success">./jsp/index.jsp</result>
<result name="input">./jsp/Login.jsp</result>
JSP page looks like:
<s:form action="Login" method="POST" validate="true" theme="simple" >
</action][/code]