[jboss-user] [JBoss Seam] - Re: Looking for Seam design ideas
swd847
do-not-reply at jboss.com
Mon Oct 15 22:36:00 EDT 2007
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
More information about the jboss-user
mailing list