Not sure how common this is, but more than once I've had to hack up
models that split a list into sublists for the UI:

A       D       G
B       E       H
C       F       I
...

I've hit upon a nice way of doing it I thought I'd share with everyone:
http://databinder.net/wsvn/Databinder/databinder/trunk/src/main/java/net/databinder/models/SublistProjectionModel.java?op=file

And some background on the problem:
http://technically.us/n8/articles/2006/06/21/a-nested-for-for-wicket

Nathan



_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to