2013年9月24日
摘要: 一、配置web.xml struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter actionPackages com.test.action struts2 /* 二、加入注解 @Namespace(value="/test") @Action(value = "file-manager", interceptorRefs = { @InterceptorRef(value = "fileUpload",params={"ma 阅读全文
posted @ 2013-09-24 09:48 carekee 阅读(7649) 评论(0) 推荐(2)