[richfaces-issues] [JBoss JIRA] Created: (RF-11333) rich:column sorting runs one step behind when partial state saving is disabled

Bauke Scholtz (JIRA) jira-events at lists.jboss.org
Fri Aug 19 09:13:18 EDT 2011


rich:column sorting runs one step behind when partial state saving is disabled
------------------------------------------------------------------------------

                 Key: RF-11333
                 URL: https://issues.jboss.org/browse/RF-11333
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.Final
         Environment: Mojarra 2.1.2, Tomcat 7.0.19 / GlassFish 3.1 / JBoss AS 6.0.0, Eclipse Helios SR1, Win7 x64.
            Reporter: Bauke Scholtz


The {{rich:column}} sorting runs one step behind when partial state saving is disabled by 

{code}
<context-param>
    <param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
    <param-value>false</param-value>
</context-param>
{code}

First click on a sorting header has no effect. Any next click on an arbitrary sorting header executes the sorting as desired by the previous click.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list