morgand
Thu, 06 Sep 2001 10:35:44 -0700
morgand 01/09/06 10:48:14
Modified: latka-webapp/webapp index.jsp
Log:
you can type in a URL to execute
Revision Changes Path
1.4 +8 -1 jakarta-commons-sandbox/latka-webapp/webapp/index.jsp
Index: index.jsp
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/webapp/index.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.jsp 2001/08/29 23:16:47 1.3
+++ index.jsp 2001/09/06 17:48:14 1.4
@@ -2,7 +2,14 @@
<p>
<a href="TestMenu.jsp">List of existing tests</a><br>
- <a href="TestForm.jsp">Run a test manually</a>
+ <a href="TestForm.jsp">Run a test manually</a><br>
+
+ <form method="post" action="ProcessTestURL.jsp">
+ Run a test at this URL:
+ <input type="text" name="url">
+ <input type="submit" value="Run Test">
+ </form>
+
</p>
<p><a href="help/index.jsp"></a><u>Help</u></p>