Strabon
changeset 604:06a1beb9b9c3
made HTML view the default one in query.jsp
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Oct 02 15:12:45 2012 +0300 (2012-10-02) |
parents | e1ab6f5bf125 |
children | 3e0f14b9bcd4 |
files | endpoint/WebContent/query.jsp |
line diff
1.1 --- a/endpoint/WebContent/query.jsp Tue Oct 02 11:42:36 2012 +0300 1.2 +++ b/endpoint/WebContent/query.jsp Tue Oct 02 15:12:45 2012 +0300 1.3 @@ -138,7 +138,7 @@ 1.4 } 1.5 1.6 // get format parameter or attribute (the attribute comes from ConnectionBean) 1.7 - String selFormat = ""; 1.8 + String selFormat = "HTML"; 1.9 if (request.getParameter("format") != null) { 1.10 selFormat = request.getParameter("format"); 1.11