标签:style class blog code color set
就是在struts-config.xml中添加了这么一段
<plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> <set-property property="stopOnFirstError" value="false"/> </plug-in>
至于原因。。。不清楚
我第一反应是form的action写错了,或者action-mapping配置有问题。。。其实不是,因为我发现以前可以运行的action都不能用了,所以才怀疑到这个上面来
在struts-config.xml中配置validator-plugin导致404 Servlet action is not available,布布扣,bubuko.com
在struts-config.xml中配置validator-plugin导致404 Servlet action is not available
标签:style class blog code color set
原文地址:http://www.cnblogs.com/qrlozte/p/3772994.html