[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.155,1.156
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-05 19:10:46
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv401/doc Modified Files: release_notes.txt Log Message: Add support for Javascript arrays with named indices Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- release_notes.txt 5 Sep 2002 14:46:55 -0000 1.155 +++ release_notes.txt 5 Sep 2002 19:10:43 -0000 1.156 @@ -18,6 +18,9 @@ than UnusedParameterValueException. 2. Obtaining the URL from a javascript: request no longer throws MalformedURLException. +Additions: + 1. The forms, images, links, and Form.elements arrays now handle string indexes + 30-Aug-2002 1.4.5 Acknowledgements: Thanks to Steve Heath for an example on how to make JSPs work with ServletUnit. |