本帖最后由 hao7597566 于 2012-12-12 14:46:40 编辑

解决方案 »

  1.   

    Unable to load bean
    未成功加载实体。
    首先,把你tomcat下其他的非必要的文件都删除。
    第二,确认你jar导入全了。
    顺着org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter这个路径找找这些jar包存在不。
      

  2.   

    具体我也不知道哪些jar包的作用,而ctrl点击org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    则进入了一个Class File Editor,并且显示Source not found
    The JAR file struts2-core-2.3.7.jar has no source attachment.
    You can attach the source by cliking Attach Source below而lib目录里面这个struts2-core-2.3.7.jar是有的
      

  3.   

    把你从STRUTS2的官网上下的一个空白的例子里的一个LIB文件夹下的包导进来就行了,差不多是12个JAR包吧
      

  4.   

    嗯,这个问题是解决了,仅仅用从blank里面的jar包,谢谢您的指教!
      

  5.   

    其实只要这几个包就行了
    如果是这个错误 com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager
    你得检查你的xwork包的版本是否匹配