summaryrefslogtreecommitdiffstats
path: root/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:45:59 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:45:59 +0000
commited610805f791ea1d3224301f4d902f855b1df67a (patch)
treeee8b9098759ee7d3b39997f6958a9de1efdebcf8 /sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
parente215f715c7345f54380fff2c82c25326686f290d (diff)
TUSCANY-2391: apply latest updates from Thilina
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp17
1 files changed, 17 insertions, 0 deletions
diff --git a/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp b/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
new file mode 100644
index 0000000000..6e8ec83af8
--- /dev/null
+++ b/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
@@ -0,0 +1,17 @@
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<%@ include file="header.jsp" %>
+<html>
+ <head><title>Simple jsp page</title></head>
+ <body>
+ <form id="form1" name="form1" method="post" action="<portlet:actionURL/>">
+ <table>
+ <tr>
+ <td>Location:</td>
+ <td><input type="text" name="contributionLocation" size="100"/></td>
+ </tr>
+ </table>
+ <input type="submit" name="addStandaloneNode" value="start"/>
+ </form>
+
+ </body>
+</html> \ No newline at end of file