1 Reply Latest reply on Feb 6, 2008 6:14 PM by shane.bryzak

    Restrictions in pages

    trouby

      Hey,

      I was wondering if it's possible to restrict pages by pattern and use sort of exclude for specific pages,

      for instance, I would like to do something like:

      {code}
      <page view-id="*">
      #{s:hasRole('member')}

      {code}

      but add sort of exclude for the login page/other public pages,

      Otherwise I'll have to separate restricted/non-restricted pages in different folders...



      Many thanks.