request.getParameter取到null值

部分代码:第1个页面<%//读取专题集纳--》专题数据,并显示try{ResultSetrs=null;Stringexesql="select*from(selectd... 部分代码:
第1个页面
<%
//读取专题集纳--》专题数据,并显示
try {
ResultSet rs = null;
String exesql= "select * from(select datacode,parentcode,dataname from cww_xtdictionary where dictcode='ztid' and usesign='1' and datacode <> '00' order by datacode) where rownum<=5 " ; //读取数据语句
rs = sqlbean.executeQuery(exesql);
while (rs.next())
{
%>
·<A href="news/newsmore.jsp?m_id=010103&datacode=<%=rs.getString("datacode")%>&filecode=<%= rs.getString("dataname")%>" class="b2" style="height:16px" target="_blank"><%= rs.getString("dataname")%></A><br>
<%
}
rs.close();
} catch (Exception e) {out.println(e);}
%>
第2个页面
//读取数据语句
ResultSet rs_zt=null;
String sql_zt="";
String parentcd=request.getParameter("parentcode");
sql_zt="select * from cww_xtdictionary where dictcode = 'ztid' and usesign = '1' and parentcode = '" + request.getParameter("parentcode") + "'";
rs_zt=sqlbean.executeQuery(sql_zt);
if(!rs_zt.next())
{
%>

datacode在url里,是有值的。但用request.getParameter("datacode")取到的值为null。而另两个都没有问题。
这个datacode,是我根据需要新添加的,原来的页面没有

在Baidu/Google上搜了很久都没有找到原因,我很急。谢谢
展开
 我来答
百度网友b1018343e
2010-10-16 · TA获得超过130个赞
知道答主
回答量:85
采纳率:0%
帮助的人:84.5万
展开全部
request.getParameter("parentcode");
request.getParameter("parentcode")

取值取错了吧
应该是
request.getParameter("datacode");
request.getParameter("filecode")

参数名字不对。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
xiaoqiang0704
2010-10-16 · TA获得超过771个赞
知道小有建树答主
回答量:371
采纳率:0%
帮助的人:345万
展开全部
你第一个页面里面传的三个参数,没有parentcode,应该是没有把代码全部贴过来吧

方法是没有问题的,检查一下传递和接收的参数是否一致
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式