Wicket - Updating ListViews using an AjaxLink
Posted by Mischa Dasberg mid-morning: June 4, 2008
Consider the following senario: we want to display some data in a table like manner, and we want it to update when we click on a link or button. We do not want to do a complete page refresh, we want it in an ajax way. Also we would like the modify the css for each cell.
In wicket you can use a ListView iterate over a List of Objects and display them in a table like manner.
This blog describes how you can update ListView data and modify the css for each cell.
(more...)
Filed under: Ajax, Java, Wicket
No Comments


3 Comments