From bf943e7bf1fc17a7d58fc27253b33c87f5c93b1a Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 29 Mar 2010 15:41:44 +0000 Subject: [PATCH] NIHVIVO-193. Work on custom form for person has position history. Generalized css and javascript to work with other custom forms that will be built for version 1.0 (see NIHVIVO-141). --- webapp/web/edit/forms/defaultLinkForm.jsp | 1 - webapp/web/edit/forms/defaultObjPropForm.jsp | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/web/edit/forms/defaultLinkForm.jsp b/webapp/web/edit/forms/defaultLinkForm.jsp index 05c67e0f0..c4377cc3a 100644 --- a/webapp/web/edit/forms/defaultLinkForm.jsp +++ b/webapp/web/edit/forms/defaultLinkForm.jsp @@ -167,7 +167,6 @@ <% log.debug(request.getAttribute("editjson")); -System.out.println(request.getAttribute("editjson")); EditConfiguration editConfig = EditConfiguration.getConfigFromSession(session,request); if( editConfig == null ){ diff --git a/webapp/web/edit/forms/defaultObjPropForm.jsp b/webapp/web/edit/forms/defaultObjPropForm.jsp index 12bc2ac79..d8b735b95 100644 --- a/webapp/web/edit/forms/defaultObjPropForm.jsp +++ b/webapp/web/edit/forms/defaultObjPropForm.jsp @@ -96,7 +96,10 @@ } -<% /* now put edit configuration Json object into session */ +<% + log.debug(request.getAttribute("editjson")); + + /* now put edit configuration Json object into session */ EditConfiguration editConfig = new EditConfiguration((String)request.getAttribute("editjson")); EditConfiguration.putConfigInSession(editConfig, session); String formTitle ="";