Menu

Growl does'nt work with Tooltip Messages

Anonymous
2014-02-17
2014-03-22
  • Anonymous

    Anonymous - 2014-02-17

    Hi Kay.

    I found a bug: when I use the Generator with the 'Tooltip Messages' box UNCHECKED, the Growl works. But if I use the Generator with the 'Tooltip Messages' CHECKED, the Growl DOESN'T WORK.

    I'm using Netbeans 7.4 / Glassfish 4 OpenSource ed. / nbpfcrudgen-0.23.1-7.4_patch2-impl.nbm.

    I appreciate if you can check it and, please, let me know about it.

    Thanks.

     
  • Kay Wrobel

    Kay Wrobel - 2014-02-17

    Which PrimeFaces version are you using? For Glassfish for, you must use Primefaces 4.0 or funky stuff will happen, like buttons not working. Let me know if this is still the case with Primefaces 4 and I'll check it out.

     
    • Marcel Vieira

      Marcel Vieira - 2014-02-17

      Oh, I forgot to mention that: I'm using Primefaces 4.0 / JSF Mojarra 2.2.

       

      Last edit: Marcel Vieira 2014-02-17
    • Anonymous

      Anonymous - 2014-03-20

      Hi Kay.

      I used the global tooltip, like below, and the Growl works fine. Note that the tooltip text should be the same as in the Bundle properties:

      <p:dialog id="IroCreateDlg" widgetVar="IroCreateDialog" modal="true" resizable="false" appendTo="@(body)" header="#{iroBundle.CreateIroTitle}" closeOnEscape="true" rendered="#{session.getAttribute('xChave')!=null}">
      <p:tooltip />
      <h:form id="IroCreateForm">
      
      <h:panelGroup id="display">
      <p:panelGrid columns="3">
      
      <p:outputLabel value="#{iroBundle.CreateIroLabel_procJudicial}" for="procJudicial" />
      <p:inputText id="procJudicial" value="#{iroController.selected.procJudicial}" title="#{iroBundle.CreateIroTitle_procJudicial}" size="50" maxlength="50"/>
      

      That resolved my problem.
      Thanks.

       

Anonymous
Anonymous

Add attachments
Cancel