new TextField<Integer>("id");
new TextField("id", Integer.class);
new TextField<Integer>("id", Integer.class);On Thu, Jan 29, 2009 at 9:52 AM, miro <[email protected]> wrote: > > I s there any textfield which takes only numbers, I dont want user to > enter > letters only numbers so I want a textfield which takes only numbers is > there any such textfield ? > -- > View this message in context: > http://www.nabble.com/textfield-to--take-only-numnbers-tp21729554p21729554.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] > > -- Jeremy Thomerson http://www.wickettraining.com
