Topic: 刷新页面,重服上条数据, |
Print this page |
1.刷新页面,重服上条数据, | Copy to clipboard |
Posted by: white_clouds Posted on: 2004-10-09 09:38 刷新页面,重服上条数据,用什么方法解决,下面是代码 ArrayList list=(ArrayList) session.getAttribute("dataList"); if(list!=null) { for(int i=0;i<list.size();i++) { DmBankAgtVO dmBankAgt=(DmBankAgtVO)list.get; String sAgent_code=dmBankAgt.getStaffCode(); String sAgtName=dmBankAgt.getRealName(); String sBank_agt_type=CodeTable.getHtmlListOption("fs_bank_agt_type", (dmBankAgt.getBankAgtType()+"").trim()); %> <tr> <td align="center" class="clsListTblBody"><%=sAgent_code%></td> <td align="center" class="clsListTblBody"><%=sAgtName%></td> <td align="center" class="clsListTblBody"><%=sBank_agt_type%></td> </tr> <% } } %> |
2.Re:刷新页面,重服上条数据, [Re: white_clouds] | Copy to clipboard |
Posted by: scud Posted on: 2004-10-09 09:55 提交结果后 redirect到另外一个界面, 或者说是用meta的refresh到另外一个界面 或者就用你的办法了... |
3.Re:刷新页面,重服上条数据, [Re: white_clouds] | Copy to clipboard |
Posted by: white_clouds Posted on: 2004-10-09 15:05 我是从Servlet端提交过来的,从别的页面加数据到该页面 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |