anonymous wrote : there's the @LoggedIn interceptor, but that seems to me to just stop the submission of a page if the user isn't logged in
No. @LoggedIn prevents execution of any method on your bean through JSF and redirects you to login page, if you are not logged in. Just clean up your forceLogin() method. For instance, make it empty. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959498#3959498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959498 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
