[richfaces-issues] [JBoss JIRA] Created: (RF-3918) progressBar: Incorrectly works if to set minValue=0 maxValue=10 value=10 (ajax mode)

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Jul 16 06:18:03 EDT 2008


progressBar: Incorrectly works if to set minValue=0 maxValue=10 value=10 (ajax mode)
------------------------------------------------------------------------------------

                 Key: RF-3918
                 URL: https://jira.jboss.org/jira/browse/RF-3918
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: jsp
tomcat 6
FF, IE 6, IE 7
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
         Attachments: progressBarWithText.png

1. Go to the test application
2. Select progressBar component on the RichFaces page
3. Set
value=10
minValue=0
maxValue=10
mode=ajax
FAILURE: see attached file
1. Create any jsp page with progressBar component:
<rich:progressBar value="100" minValue="0" maxValue="100">
      <h:outputText value="Min value is {minValue}, current value is {value}, max value is {maxValue}"/>
</rich:progressBar> 
2. Run application and preview tested page:
FAILURE: see attached file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list