summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp')
-rw-r--r--sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp b/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp
index f4d9b937ca..c0bdf0d91e 100644
--- a/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp
+++ b/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp
@@ -53,5 +53,8 @@ in</a> to include your name with greetings you post.</p>
Calling HelloworldService sayHello("world, "+$user) returns:
<p><%=service.sayHello("world ("+user+")")%>
+<form action="hello.jsp" method="get">
+ <input type="submit" value="Try Again">
+</form>
</body>
</html>