<s:iterator value="#request.hkList" id="hkh" status="hkhindex">
<s:if test="#hkhindex.index%7==0">
<tr> </s:if>
<td><a href="javascript:addHotel(<s:property value="u.id"/>,<s:property value="#hkh.id"/>)" class="atag"><s:property value="#hkh.name"/></a></td>
<s:if test="#hkhindex.index%7==0">
</td> </s:if>
</s:iterator>