请问给自定义标签的属性赋值可以使用el表达式吗 10
如题<%@pagecontentType="text/html;charset=GBK"%><html><head><title>index</title></head>...
如题
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
index
</title>
</head>
<body bgcolor="#ffffff">
<h1>
First Page
</h1>
<form action="second.jsp" method="GET" name="frm">
要修改的用户名<input name="userName"/>
<br />
修改后的密码<input type="password" name="password"/>
<br />
<input type="submit" value="提交"/>
</form>
</body>
</html>
-----------------------------------
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib prefix="dz" uri="WEB-INF/myTlds/emptyContainer.tld" %>
<html>
<head>
<title>
index
</title>
</head>
<body bgcolor="#d485d5">
<h1>
Second Page
</h1>
修改前的用户信息表
<%//String name = request.getParameter("userName"); %>
<dz:henry tableName="userInfo" user="${param.userName}" pass="${param.password}">
小写变大写chinese
</dz:henry>
修改后的用户信息表
<dz:henry tableName="userInfo"/>
</body>
</html>
我这么用总是提示我user不能得到值 展开
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
index
</title>
</head>
<body bgcolor="#ffffff">
<h1>
First Page
</h1>
<form action="second.jsp" method="GET" name="frm">
要修改的用户名<input name="userName"/>
<br />
修改后的密码<input type="password" name="password"/>
<br />
<input type="submit" value="提交"/>
</form>
</body>
</html>
-----------------------------------
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib prefix="dz" uri="WEB-INF/myTlds/emptyContainer.tld" %>
<html>
<head>
<title>
index
</title>
</head>
<body bgcolor="#d485d5">
<h1>
Second Page
</h1>
修改前的用户信息表
<%//String name = request.getParameter("userName"); %>
<dz:henry tableName="userInfo" user="${param.userName}" pass="${param.password}">
小写变大写chinese
</dz:henry>
修改后的用户信息表
<dz:henry tableName="userInfo"/>
</body>
</html>
我这么用总是提示我user不能得到值 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询