分页的表里的字段是动态的,所以加 也要动态来加,只要用到<logic:empty> </logic:empty>标签,他的功能是这个标签判断参数如果是空就显示<logic:empty> </logic:empty>中间的值
放这个 的目的是因为不加这个的话空出来的格是鼓出来的,难看
下边的是例子的代码片段
黑色头发 http://heisetoufa.iteye.com
放这个 的目的是因为不加这个的话空出来的格是鼓出来的,难看
下边的是例子的代码片段
<logic:present name="list">
<logic:iterate id="element" name="list">
<tr>
<td>
<logic:empty name="element" property="hphm"> </logic:empty>
<bean:write name="element" property="hphm" />
</td>
<tr>
</logic:iterate>
</logic:present>
黑色头发 http://heisetoufa.iteye.com