码迷,mamicode.com
首页 > 其他好文 > 详细

strust2里面package的元素排列顺序

时间:2014-12-24 20:06:33      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

“The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*)". ” 
刚看到这个错误我就想,哪个也没写错呀。仔细对了好几遍也没发现哪个属 
性写错了。最后Google了一下,看了别人写的文章豁然开朗了。 
这个错误的意思是,package里元素必须按照一定的顺序排列。这个顺序就是
result-types 
interceptors 
default-interceptor-ref 
default-action-ref 
default-class-ref 
global-results 
global-exception-mappings 
action*(就是所有的action放到最后) 

strust2里面package的元素排列顺序

标签:

原文地址:http://www.cnblogs.com/king-/p/4183177.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!