It appeared I just forgot the following in components.xml
| <event type="org.jboss.seam.notLoggedIn">
| <action expression="#{redirect.captureCurrentView}"/>
| </event>
| <event type="org.jboss.seam.postAuthenticate">
| <action expression="#{redirect.returnToCapturedView}"/>
| </event>
|
Works much better now :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079271#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...