submitsuccess.jsp

来自「LyBBS基于Struts1.3/Ajax的架构」· JSP 代码 · 共 12 行

JSP
12
字号
<%@ page contentType="text/html; charset=GBK" %>
<%
//the result of resin and tomcat does not same with below usage.
//response.sendRedirect(request.getAttribute("url").toString());

//resin and tomcat support below usage or using next struts tag.
response.sendRedirect(request.getContextPath()+"/"+request.getAttribute("url").toString());
%>
<%--
<%@ include file="../../lybbs/jsp/common/include/taglibs.jsp" %>
<logic:redirect page="<%="/"+request.getAttribute("url").toString()%>"/>
--%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?