Topic: 问struts值传递的问题. |
Print this page |
1.问struts值传递的问题. | Copy to clipboard |
Posted by: lizwjiang Posted on: 2003-08-07 19:46 1.我在action类中查询出来的数据集(ResultSet类型或者Collection或者其他)怎么传递到一个Bean中. 2.如果这个Bean对应的jsp要显示查询出来的数据,那么Bean和jsp中应该怎么写?因为是数据集,不知道怎么写,请各位大虾指点!! |
2.Re:问struts值传递的问题. [Re: lizwjiang] | Copy to clipboard |
Posted by: softtiger Posted on: 2003-08-14 11:04 1.先写一个VO的类 2.在action子类中将结果集放到VO的列表中 3.将VO列表放到Request域或session域 4.用logic:iterator标签在jsp中取出 |
3.Re:问struts值传递的问题. [Re: softtiger] | Copy to clipboard |
Posted by: 老刀 Posted on: 2003-09-15 20:42 softtiger wrote: 好像就这种方法了 |
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 |