1.The Struts dispatcher cannot be found. This is usually caused by using Struts

来源:互联网 发布:sql rowguid 编辑:程序博客网 时间:2024/06/09 19:41

.The Struts dispatcher cannot be found.  This is usually caused by using Struts tags without the associated filter. Strut  
2.s tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher n  
3.eeded for this tag. - [unknown location]

 

 

解决:
web.xml 中添加一个filter


原创粉丝点击