struts2中的filterdispatcher如何定位Activation类?

struts2中的filterdispatcher如何定位Activation类?,struts2,Struts2,我的jsp: <form action="/we/login.action"> <input type="text" name="STUNO"> <input type="submit" value="submit"> </form> my struts.xml: <struts> </struts> 我的src图像描述在这里 当我提交表单时,服务器将转到CreatLo

我的jsp:

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

my struts.xml:

<struts>

</struts>

我的src图像描述在这里

当我提交表单时,服务器将转到CreatLoginAction

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

看起来filterdispatcher可以找到类登录,如果我
删除登录操作(l和l)

Filterdispatcher正在使用某种类型的类加载UTIL。也许您正在使用?Filterdispatcher正在使用某种类加载UTIL。也许您正在使用?