[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.98,1.99
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-03-14 22:18:28
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv9348/doc Modified Files: release_notes.txt Log Message: Added support for changing the action of a form Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- release_notes.txt 11 Mar 2002 12:34:31 -0000 1.98 +++ release_notes.txt 14 Mar 2002 22:18:26 -0000 1.99 @@ -11,6 +11,11 @@ Revision History: +14-Mar-2002 +Additions: + 1. It is now possible to set the action on a form using a mechanism which will support scripting in the future: + form.getScriptableObject().setAction( newAction ) + 11-Mar-2002 Additions: |