Delete version number in url

2014-05-10 Thread RedCarpet
http://stackoverflow.com/questions/8602489/delete-version-number-in-url describes a solution (see code below) to remove the version number in urls like: http://localhost/MyPage/SubPage?0 But this solution doesn't work anymore since Wicket 6.13+. Is there a way to get this working in 6.15? Solut

SpringBean doesn't support Generics?

2015-01-05 Thread RedCarpet
Spring 4 is able to wire/inject generic beans, as described here: http://spring.io/blog/2013/12/03/spring-framework-4-0-and-java-generics . However, I'm experiencing problems when using generic beans with Wicket's SpringBean. I basically have following situation, two concrete dao's that implement

Re: SpringBean doesn't support Generics?

2015-01-08 Thread RedCarpet
Hi, I have just created a ticket here with a quickstart to demo the problem: https://issues.apache.org/jira/browse/WICKET-5808 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SpringBean-doesn-t-support-Generics-tp4668928p4668937.html Sent from the Users forum mailing l