change for getting rdf url list. Removed unneccessary piece of code.

This commit is contained in:
ass92 2011-01-21 17:09:55 +00:00
parent 404ee53a91
commit ae22aed70a

View file

@ -106,7 +106,6 @@ public class IndividualListController extends FreemarkerHttpServlet {
} }
body.put("title", title); body.put("title", title);
body.put("redirecturl", vreq.getContextPath()+"/entityurl/"); body.put("redirecturl", vreq.getContextPath()+"/entityurl/");
getServletContext().setAttribute("inds", inds);
getServletContext().setAttribute("classuri", vclass.getURI()); getServletContext().setAttribute("classuri", vclass.getURI());
} }