Messages with display mode tooltip fail in PF 6.1

UI Components for JSF
Post Reply
connan
Posts: 1
Joined: 09 Jun 2017, 12:08

09 Jun 2017, 12:36

Hi

The fields with tooltip messages do not go red when an ajax error is thrown in the postValidate event.

We are using PF 6.1

Code: Select all

<h:form id="formDetalle" >    
     <p:tooltip position="bottom"/>
     <p:panelGrid columns="2" layout="grid" columnClasses="ui-g-12 ui-md-3,ui-g-12 ui-md-9">
            <p:outputLabel for="email" value="email"/>
             <h:panelGroup >
                   <p:inputText id="email" value="#{usuarioDetalle.email}"/>                                              
                   <p:message for="email" display="tooltip" />                                                               
                  <f:event listener="#{usuarioDetalle.validarEmail}" type="postValidate" />           
            </h:panelGroup>  
    </p:panelGrid>                          
     <p:commandButton id="btnGuardar" value="Guardar" update="@form" actionListener="#{usuarioDetalle.guardar}" icon="fa fa-check"/>                                                                       
 </form>

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 54 guests