On Fri, Aug 27, 2010 at 8:37 AM, Mike Dee <mdichiapp...@cardeatech.com> wrote:
>
> I'd like to try and understand this.  What could <T> possibly be?
>

It would be whatever your form is "editing."

> But isn't "TextField" implying text (or a string).  Would TextField<Integer>
> make sense (haven't tried it yet)?  If it makes sense, then maybe TextField
> is just a bad name and TextField should be thought of as "Field"?
>

You can have TextField<Integer>, yes.  Wicket uses Converters to
support converting to/from the type needed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to