Is there an easy way to force users to enter numbers only in a Xpages editbox? Other than validating the field after the fact that is. I don’t want them to be able to enter a number at all.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You write below code in a Xpages editbox on event onkeypress
This code will force user to enter numbers only.