Most seams app's probably have something like the following in their
components.xml:
| <event type="org.jboss.seam.postAuthenticate">
| <action expression="#{redirect.returnToCapturedView}" />
| </event>
|
this is the config that redirects you to the page you where trying to hit after
a login. Replace this with some custom logic that checks for expiration and the
either manually returns redirect.returnToCapturedView() or returns the viewid
of the password expiration page. You can even have the password expiration page
call redirect.returnToCapturedView() when you are done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095455#4095455
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095455
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user