<%@ page import="java.util.*" contentType="text/html; charset=GB2312" %>
换成
<%@ page  contentType="text/html; charset=GB2312" %>
<%@ page  import="java.util.*" %>
试试。

解决方案 »

  1.   

    <frame name="_sendFrame" scrolling="NO" noresize src=chat_send.jsp?id=<%=userid%>>你少了个“=”
      

  2.   

    看不出什么问题,是不是:
    <jsp:useBean id="ChatRoomManage" class="simplechat.chat.ChatRoomMessage"/>
    <jsp:useBean id="ChatRoomManage" class="simplechat.chat.ChatRoomManage"/>
    另外:
    long userno=000;
    long userno=000l;
      

  3.   

    看看这三个页面有没有问题:
    chat_display.jsp
    chat_send.jsp
    chat_list.jsp
      

  4.   

    我做了这三个空页面,还是出问题,后来我把chat.jsp(出错的那个)删除掉,还是有这种问题,是不是jb的问题呀