]
Nick Belaevski commented on RF-10409:
-------------------------------------
value should be equals to minValue by default and not 0!
ProgressBar: using defaults(min and max) breaks component look and
feel
-----------------------------------------------------------------------
Key: RF-10409
URL:
https://issues.jboss.org/browse/RF-10409
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output, regression
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Fix For: 4.0.0.Milestone6
<rich:progressBar mode="client" id="progressBar">
<f:facet name="initial">
<h:outputText value="Process doesn't started yet"/>
</f:facet>
<f:facet name="complete">
<h:outputText value="Process Done"/>
</f:facet>
</rich:progressBar>
(from client mode showcase demo).
PB appears as completed.
<rich:progressBar mode="client" id="progressBar"
value="-1"> - does not makes difference.
So seems the problem in min and max. when them set - it appears in initial state with
last definition.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: