【发布时间】:2010-01-18 21:57:28
【问题描述】:
我正在将请求从Display.jsp 发送到 TrialShow.jsp 页面,但是每当我在 TrialShow JSP 页面中调用${pageContext.request.requestURL} 时,我都会得到http://localhost:8081/newjsp1/TrialShow.jsp 作为输出。如何在 TrialShow JSP 页面中显示http://localhost:8081/newjsp1/Display.jsp?
【问题讨论】: