From 42503d407a5ec4efdb61a4d009f1bd46ffc8a965 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 22 Feb 2014 18:15:15 -0800 Subject: Adding support to post new messages. Other Changes: * JsonEncodedProvider no longer implements Provider. * Only the first answer is shown. Others slide down. * Switch going deeper and the feed. --- src/com/p4square/grow/frontend/ErrorPage.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com/p4square/grow/frontend/ErrorPage.java') diff --git a/src/com/p4square/grow/frontend/ErrorPage.java b/src/com/p4square/grow/frontend/ErrorPage.java index 39aae93..61f6a35 100644 --- a/src/com/p4square/grow/frontend/ErrorPage.java +++ b/src/com/p4square/grow/frontend/ErrorPage.java @@ -36,6 +36,9 @@ public class ErrorPage extends WriterRepresentation { public static final ErrorPage BACKEND_ERROR = new ErrorPage("Error communicating with backend."); + public static final ErrorPage NOT_FOUND = + new ErrorPage("The requested URL could not be found."); + private static Template cTemplate = null; private static Map cRoot = null; -- cgit v1.2.3