[jboss-user] [JBoss Seam] - login-view-id on <page> element of pages.xml

pdhaigh do-not-reply at jboss.com
Wed Jan 16 06:25:30 EST 2008


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#4120389

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120389



More information about the jboss-user mailing list