Re: Declarative Exception Handling

2001-12-30 Thread Dmitri Valdin
I would like to bring this thread back to life Laine's proposal was not commited to CVS yet, so I have introduced several changes and made them work with build from 29 December: - introduced AppException which extends Exception and has constructors similar to ActionError. - added support for

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml

2001-12-30 Thread craigmcc
craigmcc01/12/30 17:14:36 Modified:conf/share struts-config_1_1.dtd src/example/org/apache/struts/webapp/example ApplicationResources.properties LogonAction.java src/share/org/apache/struts/action Action.java

cvs commit: jakarta-struts/src/share/org/apache/struts/config ExceptionConfig.java ActionConfig.java ApplicationConfig.java ConfigRuleSet.java

2001-12-30 Thread craigmcc
craigmcc01/12/30 17:42:13 Modified:src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigRuleSet.java Added: src/share/org/apache/struts/config ExceptionConfig.java Log: Add configuration information for exception