Wicket 1.4 generics question

2008-05-18 Thread Frits Jalvingh
Hello there, I'm a Wicket Virgin (hm ;-) and have just started to look at Wicket 1.4. It seems something is wrong with the generics changes there. I have a page which itself has a model: a CompoundPropertyModelSomeClass. Most basic Wicket components are generic: things like Label need a type

Re: Wicket 1.4 generics question

2008-05-18 Thread Igor Vaynberg
page was not yet generified in m1, which is what i assume you are using. 1.4m2 will be out shortly where this has been corrected, and you can always use a snapshot. -igor On Sun, May 18, 2008 at 3:14 PM, Frits Jalvingh [EMAIL PROTECTED] wrote: Hello there, I'm a Wicket Virgin (hm ;-) and