Maybe I don't understand the problem, but why don't you call ListView.invalidateModel(). It'll remove all ListItem components (children of ListView) and thus forces re-rendering all items and thus supporting dynamic table content. This is how the library examples works.
regards Juergen ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Wicket-develop mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/wicket-develop
