From b044930b49e51ffd25eb1c1ff49c987d7d2b0ea4 Mon Sep 17 00:00:00 2001 From: "John H. Anthony" Date: Sat, 4 Sep 2010 15:05:28 +0200 Subject: implemented voting Voting now appears to work, using the AddVote servlet. The datastore update is not committed as a transaction yet; the quote and its votes has to be in the same entity group for transactions to work. --- src/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/WEB-INF/web.xml') diff --git a/src/WEB-INF/web.xml b/src/WEB-INF/web.xml index 432d10a..1fa3dab 100644 --- a/src/WEB-INF/web.xml +++ b/src/WEB-INF/web.xml @@ -16,6 +16,16 @@ /post/add + + add_vote + lq.AddVote + + + + add_vote + /vote + + importquotes lq.ImportQuotes -- cgit v1.2.3