[jboss-user] [JBoss Seam] - Is there a way to use page security wildcards?
tptackab
do-not-reply at jboss.com
Tue Jun 26 11:00:01 EDT 2007
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?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057749#4057749
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057749
More information about the jboss-user
mailing list