TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

b:inputText missing f:ajax capabilities #8

Closed lelenoce closed 10 years ago

lelenoce commented 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

lelenoce commented 10 years ago

Fixed