本帖最后由 cencenshan 于 2010-04-13 01:34:24 编辑

解决方案 »

  1.   

    struts2-core-2.1.8.1.jar struts2框架的核心内库
    xwork-core-2.1.6.jar     xwork内库,struts在其上构建
    ognl-2.7.3.jar   对象图导航语言,struts2通过其读取对象属性
    freeer-2.3.15.jar  Struts2UI标签模板使用free编写
    commons-logging-1.0.4.jar ASF出品的日志包,Struts2框架使用这个日志包来支持LOG4J和JDK1.4+的日志记录
    commons-fileupload-1.2.1.jar  文件上传组件,2.16版本都必须加入此文件
    commons-beanutils-1.7.0.jar只添加这7个jar,其他的先别添加。
      

  2.   

    原因是你引用了以plugin结尾的jar包了,你按1楼说的,只引入这几个包就没事了!
      

  3.   

    struts2-core-2.1.8.1.jar struts2框架的核心内库要把commons-fileupload-1.2.1.jar 加进去
    2.0.1.4就不用这个包
      

  4.   

    org.springframework.context.ApplicationContextAware没找到....你是用纯structs来做的吗?还有,异常显示你框架没搭建好。
      

  5.   

    web.xml路径没放错吧~~别找不到了,解析肯定~~~~~~ 建议你去看看尚学堂的struts2视频,那里面都有教的~~· 那样直观---快------