Hi Marttijn, Hi Igor, If you plan to fix it, would it also be relevant to change StatelessLink<T> ? The generic on StatelessLink appears on 1.5 but I do not really see why...
Thanks & best regards, Sebastien. On Thu, Jul 19, 2012 at 3:28 PM, Igor Vaynberg <[email protected]>wrote: > 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 >
