JSF Number Validation

后端 未结 5 1901
独厮守ぢ
独厮守ぢ 2021-02-18 18:07

Is there any inbuilt number validator tag in JSF that checks whether an input entered in h:inputext field is a number?

The first question was answered. Edit

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-18 18:57

    JSF Number validation for inputtext mention f:converterNumber component in between h inputText component and mention the attributes integerOnly and type.

    
        
    
    

    If you enter abcd in Mobile textbox at the time when you click on commandbutton it automatically shows an error like

    Mobile: 'abcd' is not a number. 
    

提交回复
热议问题