3 Replies Latest reply on Aug 8, 2008 7:03 AM by ilya_shaikovsky

    <a4j:status tag is not working

    bill78b

      Hi

      I modified my command button from <a4j:commandButton> to <h:commanButton> i am using <a4j:status> tag to display test..after changing command button./.....status tag is not working..

      here is code..
      <h:panelGrid align="center"
      id="LobActionPanelGrid" columns="1"
      rendered="#{clientLOBBean.displayLobRadioButtons}">


      <h:commandButton immediate="true"
      action="#{clientLOBBean.lobAction}"
      reRender="errormessage" styleClass="FormSubmit"
      value=" << OK >> ">
      </h:commandButton>


      </h:panelGrid> <a4j:status styleClass="FrmItalType style1"
      for="LobActionRegion"
      style="padding-left: 5px;color:red;"
      startText="Please wait!! It will take few seconds to create intake..."
      stopText="#{clientLOBBean.errorOnPageMessage}">
      </a4j:status> <f:verbatim>

      Any Idea

        • 1. Re: <a4j:status tag is not working
          shadowcreeper

          why do you not stick your status inside your commandButton?

          • 2. Re: <a4j:status tag is not working
            bill78b

            Hi....

            Thanks for your reply..

            I tried like that...but the status message is not displaying..

            Here is the code..


            <h:commandButton
            action="#{clientLOBBean.lobAction}"
            styleClass="FormSubmit"
            value=" << OK >> ">


            <a4j:status styleClass="FrmItalType style1"
            for="LobActionRegion"
            style="padding-left: 5px;color:red;"
            startText="Please wait!! It will take few seconds to create intake..."
            stopText="#{clientLOBBean.errorOnPageMessage}">
            </a4j:status></h:commandButton>

            Am i doing any mistake..

            Any Suggestions..

            Thanks in Advance..

            Bill

            • 3. Re: <a4j:status tag is not working
              ilya_shaikovsky

              Guys our livedemo and guide should be used at first before own code writing.