Thanks Matt!

That works.    And it turns out that EL _is_ evaluated in the message, so i can 
generate two different messages depending on the cause of the exception:


  | <exception class="org.jboss.seam.security.AuthorizationException">
  |    <redirect view-id="/handleAuthorizationException.xhtml">
  |     <message>#{(empty authenticator.currentClient) ? 'You must select a 
client before accessing any other pages' : 'You don't have permission to do 
this'}</message>
  |    </redirect>
  |  </exception>
  | 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075062
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to