Hi, I am working on a scenario where I should not allow the user to enter any character other than alpha numeric on an input text box. I verfied the java script and it is working fine. I would appreciate if you can tell what I am wrong here. input type="text" jsfc="h:inputText" id="xCode" value="#{xBean.xCode}" disabled="${displayOnly}" readonly="${displayOnly}" tabindex="#{tabindexcc+6}" PS: I removed the ...