Hi,
Using below HTMLB element I can enter alpha-numeric characters. How can I control inputField to allow numeric chars only.
<htmlb:inputField id = "if_pernr"
size = "8"
showHelp = "X"
value = "<%= gv_pernr %>"
type = 'INTEGER'
submitOnEnter = "true"
onValueHelp = "getEmployee()" />
Best regards
Rayudu