当前位置: 代码迷 >> Web前端 >> displayTag单击事件,displaytag报表单击事件
  详细解决方案

displayTag单击事件,displaytag报表单击事件

热度:368   发布时间:2012-11-05 09:35:11.0
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>