1 Reply Latest reply on Nov 22, 2007 11:48 AM by sergeysmirnov

    Problem with RichFaces 3.1.2 SP1

    fredatwork

      Hello,

      I'm probably facing a RichFaces bug related to http://www.jboss.com/index.html?module=bb&op=viewtopic&t=121014.

      I'm using RichFaces 3.1.2 SP1 and Seam 2.0.0 GA.

      I have a simple JSF page with a rich table (<rich:dataTable>) that renders a ListDataModel that has been outjected by a Seam component in the session scope (e.g. list manager) using the @DataModel(scope=ScopeType.PAGE) annotation. The data model component is in the page scope.

      Everything works until I add a a <rich:datascroller> to the footer of the data table and bind it as an attribute of the list manager (in the session scope). I receive the exception

      java.lang.IllegalStateException: No page context active


      I believe this is the same bug as discussed in this thread.

      Does 3.1.2 SP1 of RichFaces fix JIRA RF-1109 and RF-2083 ?

      Fred