[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login
gsegura
do-not-reply at jboss.com
Tue Feb 13 16:49:34 EST 2007
I couln't make these feature work until I change its scope from ScopeType.CONVERSATION to ScopeType.SESSION
I noticed that it wasn't the same instance of Redirect component which has been called in captureCurrentView and returnToCapturedView, so I realized it was because of the scope.
I just don't know if will be any undesirable side effects because of the change of scope.
Is there other way to make this work?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016048#4016048
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016048
More information about the jboss-user
mailing list