[Mulgara-svn] r1773 - trunk/src/jar/web/resources
pag at mulgara.org
pag at mulgara.org
Wed Aug 12 19:05:28 UTC 2009
Author: pag
Date: 2009-08-12 12:05:26 -0700 (Wed, 12 Aug 2009)
New Revision: 1773
Modified:
trunk/src/jar/web/resources/template.html
trunk/src/jar/web/resources/template_head.html
Log:
Added the base URI to fields in the form. This was required in a Tomcat environment
Modified: trunk/src/jar/web/resources/template.html
===================================================================
--- trunk/src/jar/web/resources/template.html 2009-08-12 19:04:17 UTC (rev 1772)
+++ trunk/src/jar/web/resources/template.html 2009-08-12 19:05:26 UTC (rev 1773)
@@ -75,7 +75,7 @@
<td colspan="2"> </td>
</tr>
</form>
- <form enctype='multipart/form-data' action="@@execute@@" method="post" name="UploadForm">
+ <form enctype='multipart/form-data' action="@@base@@@@execute@@" method="post" name="UploadForm">
<tr>
<td><strong>File:</strong> </td>
<td>
Modified: trunk/src/jar/web/resources/template_head.html
===================================================================
--- trunk/src/jar/web/resources/template_head.html 2009-08-12 19:04:17 UTC (rev 1772)
+++ trunk/src/jar/web/resources/template_head.html 2009-08-12 19:05:26 UTC (rev 1773)
@@ -72,7 +72,7 @@
</td>
</tr>
</form>
- <form enctype='multipart/form-data' action="@@execute@@" method="post" name="UploadForm">
+ <form enctype='multipart/form-data' action="@@base@@@@execute@@" method="post" name="UploadForm">
<tr>
<td><strong>File:</strong> </td>
<td>
More information about the Mulgara-svn
mailing list