0 Replies Latest reply on Oct 4, 2007 7:46 AM by yacho

    outcome driven navigation question.

    yacho

      I have my Event Scoped bean wich has register method and injects event scoped user object.
      When registration is Succesfull register() returns "succes" oucome and user gets redirected to adequate page. My question is :

      If user enters "register.seam?outcome=succes" manually id like to inform him about his mistake and revert him to registration form.
      I Cant kinda do it in conversation because my conversation starts with rendering form page and ends with the end of register().

      So how should i handle it ?