Hey,

Does any one know how to add onClick event to the following column?

<display:column value="Edit" title="Action" href="edit.do" paramId="assetNo"
paramProperty="assetNo"/>

I could have used <a> directly but I canot get the value of assetNo.

<display:column title="Action">
<a href="edit.do?assetNo=${assetNo}" onClick="">Edit</a>
</display:column>

Thanks.

Ben
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to