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

2001-12-30 Thread craigmcc
craigmcc01/12/30 17:58:26 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java Log: Tag each ActionConfig with the ApplicationConfig it is associated with. This will facilitate

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 elements. Rev

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

Re: Declarative Exception Handling

2001-12-30 Thread Ted Husted
Can you pop this into Bugzilla so that it doesn't get lost? http://jakarta.apache.org/site/bugs.html Dmitri Valdin wrote: > > 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

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