<bean:size id="len" name="ProjectBillForm" property="resultList" />
<logic:greaterThan name="len" value="0">
<input type="button" name="button" value="<bean:message key="queryBill_projectBillQuery_18"/>" class="button" onclick="changeProjectStatusByLinks();"/>
<input type="button" name="button" value="<bean:message key="EPM.1975400"/>" class="button" onclick='exportExcel();'>
</logic:greaterThan>
<logic:greaterThan name="len" value="0">
<input type="button" name="button" value="<bean:message key="queryBill_projectBillQuery_18"/>" class="button" onclick="changeProjectStatusByLinks();"/>
<input type="button" name="button" value="<bean:message key="EPM.1975400"/>" class="button" onclick='exportExcel();'>
</logic:greaterThan>
本文介绍了一种使用JavaBean和Logic标签库实现的项目账单查询功能,并提供了按钮用于显示查询结果及导出Excel的功能。通过动态判断查询结果列表长度来控制按钮的显示与否。
2430

被折叠的 条评论
为什么被折叠?



