Hi., I have the same question. If I programmatically throw NotLoggedInException, then the page is not redirected to the other page that is defined as below in pages.xml file
| <exception class="org.jboss.seam.security.NotLoggedInException"> | <redirect view-id="/login.xhtml"> | <message> | You must be logged in to perform this action | </message> | </redirect> | </exception> | If anyone sucessfully integrated throw-exception-redirect, please share your comments. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028296#4028296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028296 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
