| Author |
Problem with <display:table>
|
Balaji Bang
Ranch Hand
Joined: Apr 23, 2007
Posts: 180
|
|
Hi
I am usig <display:table> in my jsp. That is working fine.
I have a hyperlink in my jsp just above the <display:table> . That will add rows in my display table. Thats working fine.
<display:table > says sortable="true" , so that all my columns are sortable.
My problem is ....
Once I click my hyperlink that adds rows into the table, after that if I click any of the column's header its also adding rows instead of sorting..
Please explain me how can i use hyperlink in that jsp without effecting the sortable functionality.....
Please help me....
Thanks
|
 |
 |
|
|
subject: Problem with <display:table>
|
|
|