# HG changeset patch # User Babis Nikolaou # Date 1347645357 -10800 # Node ID b67d9d491156af59b8eedc97ac3e0bd92d120b32 # Parent 4ae6d7c860a5c4312067c7d06096f2f67e31147f Remember drop-down menu selections in endpoint. Fixes Ticket #11: http://bug.strabon.di.uoa.gr/ticket/11 diff -r 4ae6d7c860a5 -r b67d9d491156 endpoint/WebContent/query.jsp --- a/endpoint/WebContent/query.jsp Fri Sep 14 13:39:05 2012 +0300 +++ b/endpoint/WebContent/query.jsp Fri Sep 14 20:55:57 2012 +0300 @@ -142,10 +142,10 @@
View Result:
  diff -r 4ae6d7c860a5 -r b67d9d491156 endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/Common.java --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/Common.java Fri Sep 14 13:39:05 2012 +0300 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/Common.java Fri Sep 14 20:55:57 2012 +0300 @@ -70,6 +70,12 @@ } } + /** + * Method for getting the name of the HTML stSPARQLQueryResultFormat + * in .jsp pages. + * + * @return + */ public static final String getHTMLFormat() { return stSPARQLQueryResultFormat.HTML.getName(); }