此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【Crazy_Mouse】截止到2008-08-03 21:05:37的历史汇总数据(不包括此帖):
发帖的总数量:1                        发帖的总分数:10                       每贴平均分数:10                       
回帖的总数量:0                        得分贴总数量:0                        回帖的得分率:0%                       
结贴的总数量:0                        结贴的总分数:0                        
无满意结贴数:0                        无满意结贴分:0                        
未结的帖子数:1                        未结的总分数:10                       
结贴的百分比:0.00  %               结分的百分比:0.00  %                  
无满意结贴率:---------------------无满意结分率:---------------------
如何结贴请参考这里:http://topic.csdn.net/u/20080501/09/ef7ba1b3-6466-49f6-9d92-36fe6d471dd1.html

取消马甲机器人,请点这里:http://www.java2000.net/mycsdn/robotStop.jsp?usern=Crazy_Mouse

解决方案 »

  1.   

    Action:
    public ActionForward list(ActionMapping mapping, ActionForm form,HttpServletRequest request, HttpServletResponse response)throws Exception {
    HttpSession session = request.getSession();        
            List list =  scs.listProducts();
            System.out.println(list);
            session.setAttribute("list", list);       
            return mapping.findForward("list");
        }
      

  2.   

    class "org.apache.commons.collections.SequencedHashMap"'s signer information does not match signer information of other classes in the same package
    以前遇到过,原因是你的某个jar的版本不兼容,commons 的几个你都排查一下,删除老版本的,只保留最新的。包括tomcat路径和你的项目路径
      

  3.   

    <action ... parameter="method">url:login.do?method=list