Topic: 在struts中,如何在iterator标签中显示hibernate一对多关系中set内容? |
Print this page |
1.在struts中,如何在iterator标签中显示hibernate一对多关系中set内容? | Copy to clipboard |
Posted by: HexUzHoNG Posted on: 2005-09-01 10:04 试着写一个留言本,两张表(留言表,和回复表.通过id关联,一对多关系.回复存放在留言表中的set中 private Set replys = new HashSet(); ) 在首页显示留言时,可以用: //messageList为action中查询数据库中留言信息list. <logic:present name="messageList" scope="request"> //循环显示每条留言 <logic:iterate id="message" name="messageList"> //名称,内容 <bean:write name="message" property="name" /> <bean:write name="message" property="message" /> //在这里想显示管理员的回复,该怎么写? </logic:iterate> <logic:present> |
2.Re:在struts中,如何在iterator标签中显示hibernate一对多关系中set内容? [Re: HexUzHoNG] | Copy to clipboard |
Posted by: raptorcn Posted on: 2005-09-03 16:17 想有办法就别用STRUTS标签,我试过好象不能嵌套迭代,有人能确切回答吗 |
3.Re:在struts中,如何在iterator标签中显示hibernate一对多关系中set内容? [Re: HexUzHoNG] | Copy to clipboard |
Posted by: bill1 Posted on: 2005-09-05 09:20 当然不能这样用啦…… 你当struts全能呀。 |
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 |