Recently, on the Wicket-User mailing list: What’s the best practice when using generics with models that take some object but return another type of object? examples: When you have a collection and need to convert it to a list for listview purposes. to which mighty Igor replied: Java | copy |? /** * Simplifies implementing wrapper models that adapt from [...]

