Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从显示表中的列表中传递参数值,我尝试了 href 的 onclick,但它抛出了一个错误,称为属性 onclick 在 displaytag 中不可用。我什至用id试过,没有运气。
如何将此值传递给控制器?
<display:column> <a onclick="fn()">link</a> </display:column>