Re: [Wicket-user] Highlight and set currentPage on datatable/dataview

2006-10-05 Thread Igor Vaynberg
you can override newrowitem() and append an attributemodifier to it to set the background coloras far as going to the right page i am affraid there isnt an easy way, you have to query for the index of the user in the list somehow, and then set the proper current page on the table. when you figure i

[Wicket-user] Highlight and set currentPage on datatable/dataview

2006-10-05 Thread Mats Norén
Hi, I'm trying do build ranking list where I want to highlight the current users position. I also want the list to be pageable so one requirement is that I need to set the current page to the position of the user. I can calculate this and do setCurrentPage on the datatable but how do highlight the