you can declare it as extends Link<Void> or extends Link<Object>
if we want to be potentially non-backwards-compat we can declare it as Link<PageParameters> and save some memory by storing the params in the model's slot instead of its own -igor On Thu, Jul 19, 2012 at 4:24 PM, Martijn Dashorst <[email protected]> wrote: > Is there, apart from the hierarchy, a reason why BookmarkablePageLink > is generified? It seems utterly useless in my opinion, but I might > miss some use case. > > If it is actually not necessary to generify BPL, can we somehow fix > that, preferrably before 6.0 final? > > Martijn > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com
