Hello,

In a swing based application I worked on for a few years we used a lot of tables and all the TableModels were implemented in a way very similar to what I've just written up on the wiki here: http://cwiki.apache.org/confluence/display/WICKET/Working+with+Wicket+models#WorkingwithWicketmodels-WrappedObjectModels

Basically it is an approach where by a model is created that wraps the object and then each wicket accessible property is explicitly defined along with the getter and setter.

I'm not sure about where I located the page, since it describes more of a pattern to building models then a built in wicket model. If the location is not suitable I'm more than willing to move it some where else.

Mike

.


Reply via email to