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 f:convertNumber (use the integerOnly attribute).
f:convertNumber
integerOnly
You can get more information here.