I am getting error
javax.servlet.jsp.JspException: Cannot find global ActionForward for name Login.do

I have following configuration.

index.jsp
<logic:forward name="Login.do" />

struts-config
<action path="/Login"
                type="org.apache.struts.actions.ForwardAction"
                parameter="loginPage"
                scope="request" />

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to