I’m just beginning to go through the examples, beginning with the component references, and began to wonder:  Does wicket provide a component designed to make it easy to display arbitrary database result sets or row sets?  I.e., a component that displays an arbitrary number of rows and columns?

 

If not, and I wanted to build a panel for doing so, what would be the approach?  Would I, say, construct a Panel object that contains a ListView, each of whose elements is a ListView -- with the inner ListView’s id attached to a <td> tag to build a single row, and the outer ListView’s id attached to a <tr> tag to build the set of rows?

 

Do any of the more advanced examples demonstrate this kind of thing?

Reply via email to