[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1550) The new public method Exceptions.addHandler needs to add handlers to be head of the exceptionHandlers list.

Chris Rudd (JIRA) jira-events at lists.jboss.org
Mon Jun 25 17:02:16 EDT 2007


The new public method Exceptions.addHandler needs to add handlers to be head of the exceptionHandlers list.
-----------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-1550
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1550
             Project: JBoss Seam
          Issue Type: Bug
            Reporter: Chris Rudd


With the new addHandler method it makes it possible to register handlers programatically. But all the handlers are added at the end. This causes a problem when the DebugPageHandler or an "anyexception" handler is registerd via pages.xml.

Handlers added programatically need to be added at the front of the list, or at least before the "anyexception" /DebugPageHandler handlers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list