[jboss-user] [JBoss Seam] - Seam doesn't go to clicked page after login

terryb do-not-reply at jboss.com
Thu Feb 14 10:07:46 EST 2008


With security enabled. when session expires with browser still open; clicking on some link asks to relogin; after loging in rather than going to clicked page it goes back to the page which was last open when session expired.

This used to work with pre 2 releases.

current version in use Seam 2.0.1GA.


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

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

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



More information about the jboss-user mailing list