Hi,
I've bound a JTextField in my form to an Integer property in my Entity. It works fine but I would like to disallow the user to type chars other than numbers into the field, maybe making a beep or something when typed. At the moment, the form points the error message correctly ("invalid format") but allows the user to keep typing letters. Advice is welcome.
Thanks,
Waldemar


Reply With Quote
