1 Reply Latest reply on Oct 1, 2008 5:35 PM by damianharvey.damianharvey.gmail.com

    rich:progressBar in conversation-scope?

    nimo22

      Does anyone know, if rich:progressBar works by using conversation-scope?


      I can not get working it. The view does not show me my progressBar even the action was succesfully fired.


      My log shows, that the bean.actualValue increment successfully and the bean.maxValue is set, but I cannot see the progressBar.


      The action start has an @End-Annotation.


      <rich:progressBar id="myProgressBar" value="#{bean.actualValue}"
      interval="1000" label="#{bean.actualValue} % created"
      enabled="true" minValue="0" maxValue="#{bean.maxValue}"/>
      
      <s:button action="#{bean.start}"
      value="Start Process" reRender="myProgressBar"/>