------------------------------------------------------------ revno: 3297 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Wed 2011-04-06 14:17:02 +0200 message: Added exception interceptor to organisation unit tree stack modified: dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml' --- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-04-05 18:10:58 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-04-06 12:17:02 +0000 @@ -112,6 +112,7 @@ </interceptor-stack> <interceptor-stack name="organisationUnitTreeStack"> + <interceptor-ref name="exceptionInterceptor" /> <interceptor-ref name="organisationUnitTreeInterceptor" /> <interceptor-ref name="commonInterceptors" /> </interceptor-stack>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

