Hi,
I want to limit a web page to logged in users only. But I do not want to use any roles.
So, I am thinking using the following element in pages.xml:
| <page view-id="/foo.xhtml">
| <restrict>#{identity.loggedIn}</restrict>
| </page>
|
Is it the correct / best way to do it? Thanks.
cheers
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012261#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...