=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js 2011-08-15 14:08:38 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.ext.js 2011-08-15 14:42:49 +0000 @@ -550,7 +550,7 @@ // Set Message for validatior // -------------------------------------------------------------------------- jQuery(document).ready( function(){ - if ( validationMessage != "undefined" ) + if ( typeof validationMessage != "undefined" ) { jQuery.validator.setMessages( validationMessage ); }