Hey,

Considering your second approach and the 'display:table' tag (not
shown in your snippet) but anyway you might have something like this :
<display:table id="myId" name="someList"...>

Then the proper way to access the current property is rather ${myId.assetNo}

Yannick


On 8/29/07, Benjamin Yao <[EMAIL PROTECTED]> wrote:
> 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

-------------------------------------------------------------------------
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