Is there any inbuilt number validator tag in JSF that checks whether an input entered in h:inputext field is a number?
h:inputext
The first question was answered. Edit
You can use:
Where minimum is the smallest number allowed and maximum is the largest. Look here for more details