From 98473604be2850fe1212818732f46b27fe647e20 Mon Sep 17 00:00:00 2001 From: Adam R Claxton Date: Sat, 18 Mar 2017 16:09:30 -0400 Subject: [PATCH] Should now be generating a new location if needed-database needs adjustment though. I'm storing dates as milliseconds, which don't fit as varchars. Also need to add user ID column to location table --- WebContent/html/webpages/orderFormHandler.jsp | 23 +++++-- WebContent/html/webpages/shoppingCart.jsp | 4 +- src/database/MySQLAccess.java | 64 +++++++------------ 3 files changed, 45 insertions(+), 46 deletions(-) diff --git a/WebContent/html/webpages/orderFormHandler.jsp b/WebContent/html/webpages/orderFormHandler.jsp index b4b0cd3..8b357af 100644 --- a/WebContent/html/webpages/orderFormHandler.jsp +++ b/WebContent/html/webpages/orderFormHandler.jsp @@ -10,17 +10,32 @@ pageEncoding="ISO-8859-1"%>