diff --git a/WebContent/WEB-INF/jsp/viewEdit.jsp b/WebContent/WEB-INF/jsp/viewEdit.jsp index 7c02610f1e..62cb814b06 100644 --- a/WebContent/WEB-INF/jsp/viewEdit.jsp +++ b/WebContent/WEB-INF/jsp/viewEdit.jsp @@ -255,6 +255,9 @@ lt = lt.substring(0, lt.length-2); tp = tp.substring(0, tp.length-2); + lt = Math.trunc(lt); + tp = Math.trunc(tp); + // Save the new location. ViewDwr.setViewComponentLocation(div.viewComponentId, lt, tp, viewId); }