我的项目遇到了点问题,就是部署到项目后第一天没问题,可是过一天或是两天,打开有action请求的页面显示
HTTP Status 404 - No result defined for action com.byx.edu.action.BulletinAction and result input--------------------------------------------------------------------------------type Status reportmessage No result defined for action com.byx.edu.action.BulletinAction and result inputdescription The requested resource (No result defined for action com.byx.edu.action.BulletinAction and result input) is not available.
--------------------------------------------------------------------------------Apache Tomcat/6.0.14(项目是struts2+Hibernate+spring)
希望高手们能够给小弟点建议,和引起的原因,谢谢!!!!

解决方案 »

  1.   

    No result defined for action com.byx.edu.action.BulletinAction and result input
    com.byx.edu.action.BulletinAction,该action的配置问题。检查action的result配置
      

  2.   

    你把这个action的代码和配置贴出来看看
      

  3.   

    你这些返回字符串,struts2认可吗?
    不认可的话,最好还是使用默认的success和input跟标签吧.........
      

  4.   

    让一个class做这么多工作是一个非常sb的行为。用input标签吧。