0 Replies Latest reply on Jun 6, 2008 12:46 PM by gothmog

    How to control page navigation after an event?

      Hi,


      I'm trying to implement a 'remember me' feature. Have done the following so far:


      1. set the remember-me attribute of security:identity


      2. store a one way hash password in the cookie


      3. consume the org.jboss.seam.rememberMe event


      BUT...


      After checking the cookie in the rememberMe event, how do I run pages.xml navigation rules in order to redirect to the appropriate home page for the auto logged in user?


      Thanks


      Troy