2 Replies Latest reply on May 21, 2010 3:08 PM by mailojah

    Login required for main page

    mailojah

      Hello everybody,
      my problem is about setting login required for my page project. My code is :




      <page view-id="/main.xhtml" login-required="true"/>






      but I can access without login and while all the other pages, with this setting, redirect me to home page.
      I try to set this.




      <page view-id="/*" login-required="true"/>





      so that's works but in my home page see another form login, is a very strange thing, as if invoke some script. Help me pleas, I thank you for availability.
      By