diff --git a/src/main/webapp/pages/testConfiguration/testModify.jsp b/src/main/webapp/pages/testConfiguration/testModify.jsp index 5e4b1a10a0..8a57ab5081 100644 --- a/src/main/webapp/pages/testConfiguration/testModify.jsp +++ b/src/main/webapp/pages/testConfiguration/testModify.jsp @@ -7,7 +7,9 @@ <%@ page import="org.openelisglobal.internationalization.MessageUtil"%> <%@ page import="org.openelisglobal.common.util.Versioning"%> <%@ page - import="org.openelisglobal.common.util.DateUtil"%> + import="org.openelisglobal.common.util.ConfigurationProperties"%> +<%@ page + import="org.openelisglobal.common.util.ConfigurationProperties.Property"%> <%@ page import="org.openelisglobal.typeoftestresult.service.TypeOfTestResultServiceImpl"%> <%@ page @@ -38,7 +40,7 @@ --%> <% -String locale = SpringContext.getBean(DefaultConfigurationProperties.class).getPropertyValue(Property.DEFAULT_LANG_LOCALE); +String locale = ConfigurationProperties.getInstance().getPropertyValue(Property.DEFAULT_LANG_LOCALE); %> <%--Do not add jquery.ui.js, it will break the sorting --%>