Я хочу экспортировать таблицу, которая отображается с помощью тега display на странице jsp.Но когда я его экспортирую, он экспортирует переключатель с таблицей
Ниже приведен фрагмент тега отображения
<display:table requestURI="CustListReportDetails.do" name="sessionScope.SESSION_CUST" id="formtable" pagesize="100" style="width:100%; border:0; cellspacing:0; cellpadding:10; align:center;" export="true">
<display:table requestURI="CustListReportDetails.do" name="sessionScope.SESSION_CUST" id="formtable" pagesize="100" style="width:100%; border:0; cellspacing:0; cellpadding:10; align:center;" export="true">
<display:column title="" style="width:10px">
<input type="radio" name="recordIdentifier" value="${formtable.customerId}" onclick="javascript:setRoleCode('${formtable.customerId}');"/>
</display:column>
<display:column property="name" title="Name" />
<display:column property="contactPerson" title="Contact Person" />
<display:column property="gender" title="Gender" />
<display:column property="dob" title="Date Of Birth" />
<display:setProperty name="export.excel.filename" value="Customer_reportExcel.xls" />
</display:table>
В желаемом xsl-файле не должно быть переключателя.