http://cwiki.apache.org/WICKET/using-custom-converters.html

--
Jeremy Thomerson
http://www.wickettraining.com



On Wed, Nov 18, 2009 at 10:09 AM, smallufo <small...@gmail.com> wrote:

> 2009/11/18 Jeremy Thomerson <jer...@wickettraining.com>
>
> > Well, you can't make a subclass a different parameterized type than it's
> > parent.  It won't work.
> >
> > You should be using an Integer model for this and using a converter
> rather
> > than a nested model to make it a string.  That's what converters are for.
> >
> >
> Hi ,
>
> Do you mean AbstractConverter ?
>
> Is there any code snippet that demonstrates how to implement a Converter
> and
> "hook" it into a page ?
>
> Thanks a lot.
>

Reply via email to