非常完整的Java开发的网络办公系统
源代码在线查看: error.jsp
/**
* $RCSfile: error.jsp,v $
* $Revision: 1.4.2.1 $
* $Date: 2001/01/25 16:35:45 $
*/
%>
import="java.io.*,
java.util.*,
com.coolservlets.forum.*,
com.coolservlets.util.*"
isErrorPage="true"
%>
String message = ParamUtils.getParameter(request, "message");
%>
// header include
// Provide the header.jsp with its variables
Authorization authToken = null;
ForumFactory forumFactory = null;
int forumID = -1;
String title = "Error";
%>
错误
实时错误。
一般错误。
PrintWriter pout = new PrintWriter(sout);
//exception.printStackTrace(pout);
%>