If you did need to handle this exception, you can map it in pages.xml:
| <exception class="org.jboss.seam.security.NotLoggedInException">
| <redirect view-id="/login.xhtml">
| <message severity="warn">
| You must be logged in to use this feature
| </message>
| </redirect>
| </exception>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129484#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...