Hi,
I'm trying to use Wicket server side java framework to create my table, and since the table has dynamic links on one of the columns, Wicket attaches an event to the DOM which of course breaks when you go to the next page in the table, since it needs to re-attach. I read the FAQ, but out of desperation and wondering if there is any way to not change the DOM?
Thanks, Jason