Disabling non-numeric character input in HTMLInputText - JSF

Here is the code from the page.
<h:inputText id="aText">
      <f:convertNumber integerOnly="true"/>
</h:inputText>



     

0 comments: