2 Replies Latest reply on Jun 26, 2007 4:30 PM by tptackab

    Is there a way to use page security wildcards?

    tptackab

      The reference document describes page security on a per-page basis by placing something like the following in pages.xml:

      <page view-id="/reports.xhtml">
      <restrict>#{s:hasRole('admin')}</restrict>
      </page>


      Is there a way to group pages under a role, or set of roles, using wildcards (like web.xml), or does each secured page need it's own entry in pages.xml?