error.jsp
来自「MasteringEJB20 Code Sample Include Sessi」· JSP 代码 · 共 12 行
JSP
12 行
<%-- JSP container forwards request to this jsp, if any exceptions in processing --%>
<html>
<head><title> Jasmine's Error page </title></head>
<body>
<jsp:include page="title.jsp" />
<p>Error in processing your request.
<p>Please contact System Administrator
<p><i><a href="/jasmine/wsf.jsp">Click here to return to the main page.</a></i>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?