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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120389#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...