日期:2014-05-17 浏览次数:20663 次
<a href="LoginAction!aa.action">账户信息</a>
<a href="UserLoginAction!aa.action">账户信息</a>
HTTP Status 404 - There is no Action mapped for namespace / and action name LoginAction.
type Status report
message There is no Action mapped for namespace / and action name LoginAction.
description The requested resource is not available.
<!-- struts配置的拦截 -->
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>