2 Replies Latest reply on Jan 17, 2008 1:46 PM by pdhaigh

    login-view-id on <page> element of pages.xml

    pdhaigh

      Hi,

      Is there any chance of allowing specification of login-view-id on elements of pages.xml?

      There must be many examples of applications where this would be of use - for example, a system that has a customer facing front end, and a staff-only backend:

      <page view-id="/backend/*" login-required="true" login-view-id="/backendlogin.xhtml" >
       </page>
      
       <page view-id="/members/*" login-required="true" login-view-id="/login.xhtml" >
       </page>
      


      what do you think?