[richfaces-issues] [JBoss JIRA] Created: (RF-2780) columns: "sortOrder" attribute doesn't work correct for "unsorted" value.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Mar 26 11:29:48 EDT 2008


columns: "sortOrder" attribute doesn't work correct for "unsorted" value.
-------------------------------------------------------------------------

                 Key: RF-2780
                 URL: http://jira.jboss.com/jira/browse/RF-2780
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: IE6, IE7, FF, Safari(3.2.0.CR5)
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski


Step 1. Add sortOrder = "#{columns.sortOrder}" inside rich:columns tag(for binding sortOrder attribute with radio buttons, presented on test application page). For more info see code for dynamic columns:
<rich:columns value="#{columns.data2}" var="d2" footerClass="#{style.footerClass}" headerClass="#{style.headerClass}" breakBefore="#{columns.breakBefore}" colspan="#{columns.colspan}"
			columns="#{columns.columns}" index="index" rowspan="#{columns.rowspan}" sortBy="#{d1.str0}" selfSorted="true" sortOrder="#{columns.sortOrder}"  
			begin="#{columns.begin}" end="#{columns.end}" width="#{columns.width}" style="#{style.style}" styleClass="#{style.styleClass}"  >
Step 2. Navigate to test application page.
Step 3. Set sortMode="UNSORTED".
Step 4. Verify headers' triangles presence(sorting indicating). - it's absent
Step 5. Click on column's header.

Actual behavior:
Sorting process became initiated, but no sorting happens.

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

        



More information about the richfaces-issues mailing list