Struts Problem Report

Struts has detected an unhandled exception:

Messages:
  • There is no Action mapped for action name login.

  • Stacktraces

    There is no Action mapped for action name login. - [unknown location]
        com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:186)
        org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:41)
        org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:494)
        org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419)
        com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
        com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
        com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:55)
        com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
        org.apache.struts2.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:99)
        com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
        com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
        com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
        com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:436)
        com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
        com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:743)
        com.caucho.util.ThreadPool$Item.run(ThreadPool.java:662)
        java.lang.Thread.run(Thread.java:745)