Look at components.xml in the seamspace example.  Here's the relevant bits:


  |     <event type="org.jboss.seam.notLoggedIn">
  |         <action expression="#{redirect.captureCurrentView}"/>
  |     </event>
  |     
  |     <event type="org.jboss.seam.postAuthenticate">
  |         <action expression="#{redirect.returnToCapturedView}"/>
  |     </event>  
  | 

This feature is also covered in the Seam documentation, in section 12.2.6 (the 
security chapter).

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015582
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to