[jboss-user] [JBoss Seam] - stay on the same page after AuthorizationException

atao do-not-reply at jboss.com
Fri Sep 7 11:04:47 EDT 2007


I'd like to stay on the same page after a org.jboss.seam.security.AuthorizationException.

I tried 


  |     <exception class="org.jboss.seam.security.AuthorizationException">
  |         <redirect view-id="#{pages.getCurrentViewId()}">
  |             <message>#{messages['org.jboss.seam.security.AuthorizationException']}</message>
  |         </redirect>
  |     </exception>
  | 

but only get an exception loop.

Any idea?

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

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



More information about the jboss-user mailing list