[jboss-user] [JBoss Seam] - Re: how can login automatically after register?

Kruno do-not-reply at jboss.com
Mon Jul 9 05:40:06 EDT 2007


Try this for seam security
pages.xml


  | <pages login-view-id="/Autorizacija.jsp">
  | 	<page view-id="/Autorizacija.jsp">
  | 		<description>Autorizacija</description>
  | 
  | 		<navigation from-action="#{identity.login}">
  | 			<rule if-outcome="loggedIn">
  | 				<redirect view-id="/Pocetna.jsp" />
  | 				
  | 			</rule>
  | 		</navigation>
  | 	</page>
  | 
  | 
or even better see manual Authentication 

http://docs.jboss.com/seam/2.0.0.B1/reference/en/html_single/#d0e6373


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

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



More information about the jboss-user mailing list