访问不见action
我在创建一个jsp 然后访问 action的时候报
There is no Action mapped for namespace [/] and action name [auth] associated with context path [/struts2_].
这个错误 我在strut.xml 文件中写着
<package name="default" namespace="/" extends="struts=default">
<action name="auth" >
<result>/login.jsp</result>
</action>
</package>