Closed lelenoce closed 10 years ago
<b:inputText id="input_codice_fiscale" value="#{formRegister.cliente.codiceFiscale}" label="Codice Fiscale:"> <f:ajax event="keyup" listener="#{formRegister.loadVerifyTaxCode()}" execute="input_codice_fiscale" render="registrazione:sign_codice_fiscale" /> </b:inputText>
Not working. Inside the implementation of InputText.java missing the rules for Client Behaviors http://java.dzone.com/articles/jsf-2-client-behaviors
I'm starting the fix. Any suggestions will be appreciate
Fixed
Not working. Inside the implementation of InputText.java missing the rules for Client Behaviors http://java.dzone.com/articles/jsf-2-client-behaviors
I'm starting the fix. Any suggestions will be appreciate