how to put validation on inputbox for integer input only
hi! i have a Backing bean with property salary of int type ,on JSF page i want to put a validation on this field , that is if characters are entered in it. form is not submitted and a msg is displayed.Thanks in advance.
thanks for responding.The salary property is int in baean and i have also added message attribute to inputText.the problem is where to put code for checking the datatype and how to call it?plz give me any one answer out of many, also URL provided by u is not correct.