1 Reply Latest reply on May 28, 2012 3:26 AM by anicapil

    Clear button won't works using tab.

    anicapil

      Hi!

      Clear button won't response when using tab key. Any tips?

       

      <div>

              <h:outputLabel for="show" styleClass="button">Show</h:outputLabel>

              <a4j:commandButton id="show" value="Show" action="#{customerServiceItem.search}" reRender="resultPanel"

                                 oncomplete="setSystemBusy(false);" >

                  <s:defaultAction/>

              </a4j:commandButton>

          </div>

      <div>

              <h:outputLabel for="clear" styleClass="button">Clear</h:outputLabel>

              <a4j:commandButton id="clear" value="Clear" action="#{customerServiceItem.clearCustomerForum}" reRender="customerServiceForm">

              </a4j:commandButton>

          </div>