it didnt apply as cleanly as we liked if we dont tie it to the type of the component it might work:
public <C> IConverter<C> getConverter(Class<C> type) give that a try and see if you find any weird areas. -igor On Sat, Nov 13, 2010 at 12:22 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > I noticed that IConverter doesn't use generics.. > Quick search showed https://issues.apache.org/jira/browse/WICKET-1568 > Peter provided a patch and Johan closed it as "Fixed". > The ticket itself has no commits and IConverter and impls. don't use > generics in 1.4 and 1.5 > > What's the reason ? > > martin-g >