| Author |
how to redirect to current page after login in SEAM?
|
Anjali Aggarwal
Greenhorn
Joined: Aug 06, 2011
Posts: 6
|
|
Hi,
How should i redirect to the current page after login authentication in SEAM?
I have already added the following code to the components.xml :
<event type="org.jboss.seam.security.notLoggedIn">
<action execute="#{redirect.captureCurrentView}"/>
</event>
<event type="org.jboss.seam.security.loginSuccessful">
<action execute="#{redirect.returnToCapturedView}"/>
</event>
but it doesn't seem to work. Any other way to solve this issue?
|
 |
 |
|
|
subject: how to redirect to current page after login in SEAM?
|
|
|