My application displays the login page, but cannot login. On the login page, 
user enters the username and password but on pressing the login button nothing 
happens.
We have in our jsp : <s:form id="loginForm" name="loginForm" 
action="login" namespace="/framework">
The struts-framework.xml file has the action defined as 
follows: <action name="login" 
class="com.abc.action.framework.LoginAction" method="loginCheck"> 
</action>
In our logs we get the Request start for the action framework/login.action , 
but no response is obtained thereafter and same is evident from the logs.
For reference I have included the following to my struts.xml after migrating 
struts to 2.3.24 :<constant name="struts.enable.DynamicMethodInvocation" 
value="true" />
Thanks

Reply via email to