Removing debut statements and adding support for validation of annotation properties on forms.

This commit is contained in:
hjk54 2010-06-07 15:51:31 +00:00
parent c4062267bd
commit 5d4f3d8601
8 changed files with 32 additions and 31 deletions

View file

@ -38,7 +38,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
try {
VitroRequest vreq = new VitroRequest(request);
entity = vreq.getWebappDaoFactory().getIndividualDao().getIndividualByURI((String)request.getAttribute("myEntityURI"));
System.out.println("entityBasic rendering "+entity.getURI());
} catch (Exception e) {
e.printStackTrace();
}