[jboss-user] [JBoss Seam] - Re: Login Redirection
rlhr
do-not-reply at jboss.com
Wed Aug 29 12:39:48 EDT 2007
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#4079271
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079271
More information about the jboss-user
mailing list