[jboss-user] [JBoss Seam] - Re: page flow question

jacob.orshalick do-not-reply at jboss.com
Fri Sep 14 09:32:26 EDT 2007


Since you don't say, I would assume given your requirement you want all pages to require login except the login page (makes sense).  This can be accomplished through the following:


  | <pages login-view-id="/auth/login.xhtml">
  |         <page view-id="*" login-required="true"/>
  | 
  | 	<page view-id="/auth/login.xhtml" login-required="false" />
  | ...
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084450#4084450

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



More information about the jboss-user mailing list