jsp request.getAttribute 中如何取值?
<logic:equalname="reportForm"property="viewFlg"value="2"><tablewidth="765"cellpadding...
<logic:equal name="reportForm" property="viewFlg" value="2">
<table width="765" cellpadding=2 cellspacing=0 border=1 align="center" class="table_style_100">
<tr class="tr_title">
<%
String storeName[] = (String[])request.getAttribute("allhead");
String allbody[][] = (String[][])request.getAttribute("allbody");
%>
<td nowrap width="2%" class="td_titletr"><bean:write name="commitDateListView" property="storeName[]" /></td>
<td nowrap width="2%" class="td_titletr"><bean:write name="commitDateListView" property="allbody[][]" /></td>
</tr>
</table>
</logic:equal> 展开
<table width="765" cellpadding=2 cellspacing=0 border=1 align="center" class="table_style_100">
<tr class="tr_title">
<%
String storeName[] = (String[])request.getAttribute("allhead");
String allbody[][] = (String[][])request.getAttribute("allbody");
%>
<td nowrap width="2%" class="td_titletr"><bean:write name="commitDateListView" property="storeName[]" /></td>
<td nowrap width="2%" class="td_titletr"><bean:write name="commitDateListView" property="allbody[][]" /></td>
</tr>
</table>
</logic:equal> 展开
6个回答
2016-02-13 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
jsp request.getAttribute是通过key来获取value的。
比如
SelRs rsSr=(SelRs)request.getAttribute("oaSr");
String dbType=(String)request.getAttribute(WebKeys.DbType);
这两句话是同一个意思..
SelRs rsSr=(SelRs)request.getAttribute("oaSr");是获得request.setAttribute("oaSr",对象);中的对象;而String dbType=(String)request.getAttribute(WebKeys.DbType); 是获得request.setAttribute("**","值");**和WebKeys.DbType的值一样;
比如
SelRs rsSr=(SelRs)request.getAttribute("oaSr");
String dbType=(String)request.getAttribute(WebKeys.DbType);
这两句话是同一个意思..
SelRs rsSr=(SelRs)request.getAttribute("oaSr");是获得request.setAttribute("oaSr",对象);中的对象;而String dbType=(String)request.getAttribute(WebKeys.DbType); 是获得request.setAttribute("**","值");**和WebKeys.DbType的值一样;
展开全部
request.setAttribute("allhead",字符串数组)
request.setAttribute("allhead",字符串二维数组)
你已经取出来了 在storName和allbdoy中
request.setAttribute("allhead",字符串二维数组)
你已经取出来了 在storName和allbdoy中
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
先set才能get啊!
request.setAttribute("allhead",字符串数组);之后再
request.getAttribute("allhead",字符串数组);
request.setAttribute("allhead",字符串数组);之后再
request.getAttribute("allhead",字符串数组);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
request.setAttribute("allhead",字符串数组)
request.setAttribute("allhead",字符串二维数组)
你已经取出来了 在storName和allbdoy中
request.setAttribute("allhead",字符串二维数组)
你已经取出来了 在storName和allbdoy中
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
赋值后取键值就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询