Alvincks - 2006-04-03

hi, good day, anyone mind to guide me how to make the javascript contain property in displayTag ?

for example:
if i have
[code]
href="javascript:gotoDetail(<%=myList.getCustomerID%>)
[/code]
for normal table display that not using displayTag lib

if using displayTag lib, how i make the link appear same as previous, following is using displaytag tryout
[code]
<display:column property="cust_cd" sortable="true" href="javascript:gotoDetail(cust_cd);"/>
[/code]

how to make cust_cd that in href to get the cust_cd property ?

thank you for guidance :)

 

Related

Code: code