> I saw that example,
>
> But I am not able to understand fully.
>
> Pls explain.
When you do:
new TextField("foo", model, Integer.class);
then Wicket will check that input can safely be converted to an
integer. With the current version of Wicket, you don't even need to
provide the Integer argument if your model implements
IObjectClassAwareModel (property models for instance do).
Eelco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]