<s:iterator var="h" value="#session.houseList">
   <tr>
<td><s:a href="/houserent-struts2/detail.action?hid="><s:property value="#h.title"/></s:a></td>
<td align='center' style='height:30px;'><s:property value="#h.price"/>元</td>
<td align='center'><s:property value="#h.hdate"/></td>
   </tr>
</s:iterator><s:a href="/houserent-struts2/detail.action?hid=">中我怎么给参数hid赋值,值是迭代中的#h.id