Version 1

    Hi!

     

    I tried to implement this article:

     

    http://community.jboss.org/wiki/RichFaces333andJSF20

     

    Everything seemed fine.

     

    Except for one thing: trees, tables with filtering/sorting didn't work!

     

    After 2 days of researching I have found the solution:

     

    This parameter must be false!

     

    Otherwise it will break the components!

     

    <context-param>
    <param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
    <param-value>false</param-value>
    </context-param>
    Good luck!