I have a display tag in my jsp. When user clicks on a particular row, i was to call a javascript function and check the row selected and perform some functions like changing the look of row and get some data from it and compare with some thing else.
There are a few examples which i found after googling but none of them seems to be working Any idea how to achieve this?