struts2中的filterdispatcher如何定位actiion类?

时间:2016-12-02 08:55:07

标签: struts2

我的jsp:

<form action="/we/login.action">
        <input type="text" name="STUNO"> <input type="submit"
            value="submit">
</form>

我的struts.xml:

<struts>

</struts>

我的src图片描述

enter image description here

当我提交表单时,服务器转到creat loginAction。

我想知道为什么filterdispatcher甚至可以找到class loginAction  我没有在struts.xml中配置它们。

似乎filterdispatcher可以找到类LoginAction,如果我 删除loginAction(l和L)

0 个答案:

没有答案