summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp')
-rw-r--r--Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp
new file mode 100644
index 0000000..0c13d29
--- /dev/null
+++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/clearQuote.jsp
@@ -0,0 +1,15 @@
+<%-- When user clicks on clear cart button, servlet forwards request to this jsp --%>
+<html>
+ <head><title>Jasmine's Clear Cart page</title></head>
+
+ <BODY>
+ <jsp:include page="title.jsp" />
+ <font size="+2"><strong>You just cleared your Cart!</strong></font>
+ <br>&nbsp;
+ <br>
+ <center>
+ <a href="/jasmine/wsf.jsp">Back to the main page</a>
+ </center>
+ <jsp:include page="footer.jsp" />
+ </BODY>
+</html>