[jboss-user] [JBoss Seam] - Looking for Seam design ideas

kevinpauli do-not-reply at jboss.com
Mon Oct 15 20:22:45 EDT 2007


I'm trying to add a "password expiration" feature to a Seam-based application (Seam 1.2.1.GA).  

If a user's password has not been changed in 90 days, then I always want to redirect him to a screen where he'll have to change the password, regardless of the page he attempted to hit.  (There is no requirement to try to remember his original URL and send him there when he's finished, so I'd just send him to the home page when done changing his password.)

Obviously since this is an application-wide behavior, I'd like to only have to configure this once, and not have to code special logic for every page.  Perhaps I would do it in components.xml?  But how?  Any ideas?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095444#4095444

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095444



More information about the jboss-user mailing list