[Apache Struts Wiki] Updated: StrutsContainerMemoryLeaks

2005-02-08 Thread dev
Date: 2005-02-08T23:48:38 Editor: PeterStorch Wiki: Apache Struts Wiki Page: StrutsContainerMemoryLeaks URL: http://wiki.apache.org/struts/StrutsContainerMemoryLeaks no comment Change Log: -- @@ -75,12

svn commit: r153032 - in struts/shale/trunk/use-cases: ./ src/systest/ src/systest/org/ src/systest/org/apache/ src/systest/org/apache/shale/ src/systest/org/apache/shale/usecases/ src/systest/org/apache/shale/usecases/systest/

2005-02-08 Thread craigmcc
Author: craigmcc Date: Tue Feb 8 22:44:11 2005 New Revision: 153032 URL: http://svn.apache.org/viewcvs?view=rev&rev=153032 Log: Add the first two system integration tests that automatically exercise the Use Cases example application using test cases based on HtmlUnit and JUnit, to validate the co

svn commit: r153018 - in struts/shale/trunk/use-cases/src/web: subview/alpha.jsp subview/beta.jsp subview/delta.jsp subview/first.jsp subview/gamma.jsp subview/second.jsp usecases.jsp

2005-02-08 Thread craigmcc
Author: craigmcc Date: Tue Feb 8 21:12:55 2005 New Revision: 153018 URL: http://svn.apache.org/viewcvs?view=rev&rev=153018 Log: Add a bunch of component ids to make it easier to write a system integration test (based on HtmlUnit 1.4 and JUnit) that can click its way through the Use Cases applicat

svn commit: r152996 - in struts/shale/trunk/use-cases/src: java/org/apache/shale/usecases/subview/ java/org/apache/shale/usecases/view/ web/ web/WEB-INF/ web/subview/

2005-02-08 Thread craigmcc
Author: craigmcc Date: Tue Feb 8 20:29:29 2005 New Revision: 152996 URL: http://svn.apache.org/viewcvs?view=rev&rev=152996 Log: Checkpoint checkin of a use case example for subview processing, with "expected" and "actual" event lists that may be used to verify correct behavior. There are current

svn commit: r152994 - in struts/shale/trunk/core-library/src: conf/faces-config.xml conf/taglib.tld java/org/apache/shale/Bundle.properties java/org/apache/shale/component/Subview.java java/org/apache/shale/faces/ShalePhaseListener.java java/org/apache/shale/taglib/SubviewTag.java

2005-02-08 Thread craigmcc
Author: craigmcc Date: Tue Feb 8 20:28:23 2005 New Revision: 152994 URL: http://svn.apache.org/viewcvs?view=rev&rev=152994 Log: Checkpoint checkin of initial ViewController support for subviews. As will be evident from the corresponding checkin on the use-cases example app (upcoming), there are

Re: ActionContext chain changes committed

2005-02-08 Thread Joe Germuska
At 11:58 AM +0100 2/7/05, Wolfgang Gehner wrote: We don't see a case for a switching contexts within the request cycle to a "ViewContext". - Based on *last weeks* code, we created our own context named "ActContext" that extends ServletWebContext, so we could add convenience methods on it that k

svn commit: r152935 - in struts/faces/trunk/sysclient-app: build.xml src/java/org/apache/struts/faces/sysclient/AbstractTestCase.java

2005-02-08 Thread craigmcc
Author: craigmcc Date: Tue Feb 8 12:34:18 2005 New Revision: 152935 URL: http://svn.apache.org/viewcvs?view=rev&rev=152935 Log: Update HtmlUnit dependency to 1.4 (from 1.2.3) so that we can utilize the much better JavaScript support in the new version. Modified: struts/faces/trunk/sysclient-