Uuf, great :)  It works !  Thx. 

But, is not String something Serializable ? 
I cannot understand where was the problem,
but I know, this is more about Java Generics, not about Wicket.




Johan Compagner wrote:
> 
> the only thing i can quickly come up with is this
> 
>         public ExtendLabel(String id, T string)
>         {
>             super(id, new Model<T>(string));
>         }
> 

-- 
View this message in context: 
http://www.nabble.com/Using-generics-with-some-non-generic-classes-in-Wicket-tp17208928p17211220.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to