1 Reply Latest reply on Sep 7, 2007 3:32 PM by jacob.orshalick

    login redirection trouble

    limousyf

      Hello, I have a weird problem in my seam-gen application.
      After reading some doc and posts, I used this configuration to force login in my application :

      in pages.xml

      <pages no-conversation-view-id="/home.xhtml"
       login-view-id="/login.xhtml">
      
       <page view-id="/home.xhtml" login-required="true"/>
      (...)
      


      in index.xhtml :

      <meta http-equiv="Refresh" content="0; URL=home.seam">
      


      At login, it works fine 3 times on 4 but sometimes, the redirection after login just doesn't work.
      I have this message in firefox:
      "Firefox has detected that the page cannot be displayed using that redirection" (free translation, the message is in french).
      And IE just say : "The page cannot be displayed"

      Does anyone have an idea about this issue ?

      Or maybe there's a better way to configure the required-login in all the application ?

      Thanks for any help on this