1 Reply Latest reply on Feb 17, 2010 9:30 AM by ilya_shaikovsky

    possible mistakes in progressBar

    orkun

      hello

       

      I am trying to  use rich:progressBar .

      Bu nothing happens

       

       

          <a4j:outputPanel id="progressPanel2">

       

              <a4j:commandButton id="dene2" action="#{haritaBean1.startProcess}"
                  value="Start Process2" reRender="progress2,progressPanel2" />
              <h:outputText id="heyno" value="#{haritaBean1.currentValue}"></h:outputText>
              <rich:progressBar id="progress2" value="#{haritaBean1.currentValue}"
                  minValue="0" maxValue="400" oncomplete="alert('orkun')" onbeforedomupdate="alert('doğa')"/>

       

          </a4j:outputPanel>

       

      what might be the possible mistakes ?