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 simply use the passthrough, so first add this library
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
and after use this