0

I am trying to pass a parameter value from the list in display table, I tried onclick for the href but it's throwing an error called attribute onclick is not available in displaytag. I even tried with id, no luck.

How do I pass this value to the controller?

sailaja
  • 379
  • 6
  • 15
  • 26

1 Answers1

0
<display:column>
<a onclick="fn()">link</a>
</display:column>
Alex
  • 11,451
  • 6
  • 37
  • 52