Mercurial > hg > LGServices
diff src/main/webapp/methods/dynastyAutocomplete.jsp @ 4:c30ff4f27ec3
adding developer guide documentation
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Mon, 18 May 2015 15:55:01 +0200 |
parents | 3e62083dbcbf |
children |
line wrap: on
line diff
--- a/src/main/webapp/methods/dynastyAutocomplete.jsp Tue May 12 14:54:13 2015 +0200 +++ b/src/main/webapp/methods/dynastyAutocomplete.jsp Mon May 18 15:55:01 2015 +0200 @@ -6,8 +6,6 @@ <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" /> <% - - String term = request.getParameter("term"); List<String> list = sessionBean.getSearchPage().suggestDynasty(term, 10);