I am using a NumberTextField in Wicket 7 and my requirements are
- User should be able to enter only a whole numeric char into the textfield and neither a decimal value nor any non-numeric char.
- char should not be more than 3 characters long.
But NumberTextField allows the user to input a decimal value. How do I restrict the length of NumberTextField in Wicket 7.