I need to define something similar to this regex:
[0-9]{1, 5}
On a PrimeFaces element:
just try this :
maxlength : limit the number of caracters to 5 max regEx : only authorize decimal caracter on key press
nb: