NIHVIVO-1376 change for showing urls on class group index page

This commit is contained in:
ass92 2011-01-13 13:54:33 +00:00
parent b3b8ef7f6e
commit df4c2ccfb9

View file

@ -105,7 +105,9 @@ public class IndividualListController extends FreemarkerHttpServlet {
body.put("subtitle", vclass.getName()); body.put("subtitle", vclass.getName());
} }
body.put("title", title); body.put("title", title);
body.put("redirecturl", vreq.getContextPath()+"/entityurl/");
getServletContext().setAttribute("inds", inds);
getServletContext().setAttribute("classuri", vclass.getURI());
} }
} catch (HelpException help){ } catch (HelpException help){