急、急、高手就来看解决下、如下jsp页面,我想点击超链接时获取文本框的值、并传递!该怎么写!

<?xmlversion="1.0"encoding="UTF-8"?><%@pagelanguage="java"contentType="text/html;char... <?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Insert title here</title>
</head>
<body>
<s:form action="selectuser" theme="simple" name="form1" method="post">
<table>
<tr><td>
工学号:<s:textfield name="userId"></s:textfield></td><td>
姓 名:<s:textfield name="userName"></s:textfield></td>
<td align="right" colspan="2">
<s:submit value="查询" name="snbmit"></s:submit></td></tr>
<tr>
<table width="600">
<tr>
<th>工学号</th>
<th>姓 名</th>
<th>密 码</th>
<th>时 间</th>
<th>IP</th>
<th>操作</th>
</tr>
<s:iterator value="pageVo.userList">
<tr>
<td><s:property value="userId" /></td>
<td><s:property value="userName" /></td>
<td><s:property value="password" /></td>
<td><s:property value="updatePasswordTime" /></td>
<td><s:property value="updateIPaddress" /></td>
<td><a href="selectone.action?userId=<s:property value="userId"/> ">修改</a></td>
</tr>
</s:iterator>
<tr><td colspan="6">
共有<s:property value="pageVo.pageRow" />条记录 ,每页显示<s:property value="pageVo.pageSize" />条 ,共<s:property value="pageVo.totalPage" />页当前第<s:property value="pageVo.currentPage" />页
<a href="selectuser.action?currentPage=1">首页</a>
<a href="selectuser.action?currentPage=<s:property value="pageVo.privPage" />">上页</a>
<a href="selectuser.action?currentPage=<s:property value="pageVo.nextPage" />">下页</a>
<a href="selectuser.action?currentPage=<s:property value="pageVo.totalPage" />">末页</a>
</td>
</tr>
</table>
</tr>
</table>
</s:form>
</body>
</html>

急急急、、、

高手就来看解决下、如下jsp页面,我想点击超链接时获取文本框的值、并传递!该怎么写!
展开
 我来答
jingjidongfang
2009-12-10 · TA获得超过673个赞
知道小有建树答主
回答量:360
采纳率:0%
帮助的人:393万
展开全部
在action中试试用request.getParameter("userId")和
request.getParameter("userName"),
可以获取文本框的值。获取之后是String类型,如果需要,可以装换一下。
比如:
int directionId = Integer.parseInt(request.getParameter("userId"));
再不行就用JavaScript提交表单。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
aikuxiaozi1
2009-12-10 · TA获得超过165个赞
知道答主
回答量:167
采纳率:0%
帮助的人:111万
展开全部
建议用javaScripse有个.submit功能传文本值
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
sosotemp
2009-12-10 · TA获得超过351个赞
知道小有建树答主
回答量:257
采纳率:0%
帮助的人:232万
展开全部
哪个超链接啊?-,-
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式