1 Reply Latest reply on Mar 22, 2012 12:27 AM by sirajbg

    Richfaces 3.3.3 toolTip

    sirajbg

      Hi,

       

      I am using RichFaces 3.3.3 with JBoss eap-5.1 [ jboss-as ] and IE 8.

      The below code is not showing toolTip.

       

      case 1:

      <h:commandButton id="loginButton" action="#{mBean.action}" type="submit" value="SUBMIT"

                              style="padding:5px;">

       

      <rich:toolTip showDelay="100" for="loginButton" styleClass="tooltip" layout="block" mode="ajax" value="Login">

                                   Login

      </rich:toolTip>

      </h:commandButton>

       

       

      case 2:

       

      <h:inputText id="userId" style="width: 200px;" value="#{loginController.login.userName}"

                                  required="true" requiredMessage="Please provide user name" >

                                  </h:inputText>

       

      <rich:toolTip direction="top-right" mode="ajax" showDelay="300"

      styleClass="tooltip" layout="block">

                                   Download Documents

      </rich:toolTip>

       

       

      In either of the case ToolTip is not working. I tried placing tooltip outside the component, still it is not working.