1 Reply Latest reply on Feb 22, 2007 2:31 PM by gavin.king

    Page redirect after login not working in CVS

    dustismo

      Hi,

      I upgraded to the cvs version in order to fix a bug in the selectItems convertEntity (that part works now :) ). But now, after I login the page does not get redirected, (it just redisplays the login page with a welcome message.

      <page view-id="/login.xhtml">
       <navigation from-action="#{identity.login}">
       <rule if-outcome="success">
       <redirect view-id="/clients/home.xhtml" />
       </rule>
       </navigation>
       </page>


      Has something changed in how the security stuff works? (I downloaded the cvs version from a few minutes ago)

      thanks,
      Dustin