I am using validation in GWT. I am having textbox. In that field it accepts only whole numbers and decimal values not other than special characters . I used regex pattern "[0-9*]" but it does not accept decimal values. Can you give me one solution
Thanks in advance.