Cannot find bean xxx in any scope

解决方案 »

  1.   

    在Jsp页面里面使用这个Bean的时候应该用Jsp:useBean声明一下吧
      

  2.   

    一个request代表一个请求,楼主确定actionForm里的request是当前请求吗?
      

  3.   

    不能实现楼主要的功能。actionform的validate不可能收的到bean:write
      

  4.   

    我的问题有结果了.
    可以在actionform里用setattribute()来保存bean,我的操作还少了一步.在jsp页面的<bean:write>外面还要加个<logic:present name="key" scope="request">即可!少了他系统报异常:Cannot find bean xxx in any scope
      

  5.   

    看了下,不是很明白,
    能不能把你jsp前台的页面怎么写的和后台Action里面的代码贴出来,学习一下