3 Replies Latest reply on Jan 2, 2008 12:41 PM by pmuir

    Weird Richfaces / pages.xml behavior

      My application requires to authentication all the pages. The approach for ensuring that a user is logged is specified as follows in my pages.xml

      <page view-id="*">
       <navigation>
       <rule if-outcome="home">
       <redirect view-id="/home.xhtml" />
       </rule>
       </navigation>
      </page>


      Now this messes up Richfaces and the components are no longer rendered properly. It used to work fine before what has changed?