说明:
以下代码运行环境:jdk1.4,工具JBuilder2005,Servlet2.4,JSP2.0红色标记为关键代码.由于工程太大,我在这里只放有XML文件、JSP文件、过滤器具体内容用论坛回复。 顺序为:JSP文件---过滤器---XML文件.
%@ page contentType="text/html; charset=GBK" %
%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %
%
Object str= request.getAttribute("user");
pageContext.setAttribute("user",str);
%
html
head
title
过滤器
/title
/head
body bgcolor="#ffffff"
h1
准备过滤
/h1
h1${pageScope.user}/h1
form method="post" action="Example1.jsp"
br
inpu...[ 查看全文 ]