Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv29389/doc
Modified Files:
faq.html
Log Message:
Started refactoring towards link.click
Index: faq.html
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/faq.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- faq.html 25 Jul 2002 11:19:18 -0000 1.13
+++ faq.html 30 Jul 2002 14:11:14 -0000 1.14
@@ -91,7 +91,7 @@
<li>If you call <code>HttpUnitOptions.setParameterValuesValidated( false )</code> before calling getRequest on your form,
the request will be created with validation disabled and you will be able to set any values you like. Note that in such a case
the order of parameters in the request is not guaranteed, in case your server cares about such things (servlets do not).
-<li>You can call <code><form>.getScriptableObject().setParameterValue( <name>, <valuem> );</code> to change
+<li>You can call <code><form>.getScriptableObject().setParameterValue( <name>, <value> );</code> to change
the underlying value in the form. This will behave the way JavaScript does - resetting the form will now restore this value,
rather than the original one.
</ul>
|