display table 使用遇到了问题

【我使用display table功能,但是使用其中的导出excel功能失败,以下是我的代码】
【jar包】:displaytag-1.2.jar
displaytag-export-poi-1.2.jar
【web.xml中的配置】:
<filter>
<filter-name>exportFilter</filter-name>
<filter-class>org.displaytag.filter.ResponseOverrideFilter</filter- class>
</filter>
引入 <%@ taglib uri="http://displaytag.sf.net" prefix="d" %>

【jsp页面代码】:
<h:page id="list_panel" width="100%" title="">
<d:table name="page.result" id="row" uid="row" export="true"
cellspacing="0" cellpadding="0" class="table">
<d:col style="width:45" class="display_centeralign" title="序号">
${row_rowNum+((page.pageNo-1)*page.pageSize)}
</d:col>
<d:col property="INOUT_STORAGE_ID" class="display_centeralign"
title="出入库记录单号" />
<d:col class="display_centeralign" title="设备名称">
<c:forEach items="${deviceList }" var="device">
<c:if
test='${row.DEVICE_ID == device.deviceId }'>${device.deviceName }
</c:if>
</c:forEach>
</d:col>
<d:col property="LENDER_USER_NAME" class="display_centeralign" title="出入库人"/>
<d:col property="INOUT_STORAGE_TIME" class="display_centeralign" title="日期"/>
<d:col class="display_centeralign" title="数量">
<c:if test='${row.INOUT_STORAGE_FLAG == 0 }'>${row.INOUT_STORAGE_IN_NUMBER }</c:if>
<c:if test='${row.INOUT_STORAGE_FLAG == 1 }'>${row.INOUT_STORAGE_OUT_NUMBER }</c:if>
</d:col>
<d:col class="display_centeralign" title="类型">
<c:if test='${row.INOUT_STORAGE_FLAG == 0 }'>入库</c:if>
<c:if test='${row.INOUT_STORAGE_FLAG == 1 }'>出库</c:if>
</d:col>
<d:col class="display_centeralign" title="操作">
<span class="display_centeralign" οnmοusemοve="this.style.color= '#ffae00'" οnmοuseοut="this.style.color= '#8090b4'" οnclick="toViewInOutStorage('${row.INOUT_STORAGE_ID}');">[查看]</span>
</d:col>
</d:table>
</h:page>
【页面上显示的结果】:
网站无法显示该页面


【查询那个导出excel的标签内容是】:
<a href="/app_njhw/app/property/inOutStorage/inOutStorageList.jsp?Z6578706f7274=1&dX16544Xe=2">
<span class="export excel">
文字 - Excel文件

===========================================我是一个分割线===================
请帮忙分析一下呢?谢谢!
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值