问题描述不清楚  你用哪种方式 让spring 管理action?

解决方案 »

  1.   

    就是让委托给spring ,在strts-config.xml把action里的type路径写成org.springframework.web.struts.DelegatingActionProxy
    但是总是报错:
    type Status reportmessage Servlet :action is not availabledescription : The requested resource (Servlet action is not available) is not available.
      

  2.   

    在spring bean文件里也要配置一下action bean
      

  3.   

    struts-config.xml中有没有配plug-in?
    也有可能是服务器问题,重新启动一下试试吧!
      

  4.   

    欢迎JavaEE高手进入 
    QQ群 5294054
      

  5.   

    问题提出 首先经过了多次的检查,先声明下回答的人不要说:
    1..、web.xml文件中未配置ActionServlet。2、struts-config.xml文件未配置你要访问的Action。3、你的jsp文件form标记中action属性的路径名称错误。以上3条是初学者最容易犯的错误
    看了你的帖子,觉着你这个人让人很不爽。
      

  6.   

    你spring的包是2.0的吧,换成1.2的,就没问题了