2 Replies Latest reply on May 3, 2011 8:27 AM by martind1111

    Resizing h:progressBar

    martind1111

      I am not able to resize a RichFaces 4.0 progress bar. If I define a progress bar this way:

       

      <rich:progressBar style="width: 115;"

                                  mode="ajax"

                                  value="#{test.progressCurrentValue}"

                                  interval="1000"

                                  enabled="#{test.progressBarEnabled}"

                                  minValue="0" maxValue="100">

       

      regardless what width value I use in the style property, the progress bar is always the same width.

       

      The same code used to adjust progress bar width under RichFaces 3.3.3.

       

      I also tried to change rf-pb style, to no avail.

       

      Is this a bug, or is there some other ways to change the progress bar width?

       

      Martin