=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java' --- dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java 2011-12-09 21:21:03 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java 2011-12-10 12:04:43 +0000 @@ -191,6 +191,13 @@ return greyedFields; } + // FIXME: Not in use, but seems to be referenced in html. + private Map typeViolations = new HashMap(); + + public Map getTypeViolations() { + return typeViolations; + } + // ------------------------------------------------------------------------- // Action Implementation // -------------------------------------------------------------------------