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
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
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
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
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
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
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-