displayTag单击事件,displaytag表格单击事件
<display:column
sortable="true"
title="客户名称"
>
<span
onclick="location.href='${basePath}bill/bill!retrieveByEntryId.action?bill.entryId=${bm.entryId}';"
>${bm.customerName}</span>
</display:column>
<display:column
sortable="true"
title="客户名称"
>
<span
onclick="location.href='${basePath}bill/bill!retrieveByEntryId.action?bill.entryId=${bm.entryId}';"
>${bm.customerName}</span>
</display:column>