[jboss-user] [JBoss Seam] - Re: NotLoggedInException

mmichalek do-not-reply at jboss.com
Thu Feb 14 14:45:32 EST 2008


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#4129484

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



More information about the jboss-user mailing list