summaryrefslogtreecommitdiffstats
path: root/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp')
-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