=== modified file 'local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm' --- local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm 2012-05-10 16:18:43 +0000 +++ local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm 2012-08-08 08:20:16 +0000 @@ -1,10 +1,10 @@ #set( $size = $values.size() ) { "attributeValues": [ #foreach( $value in $values ) - #if($value!='') + #if( $value !='' ) "$!encoder.jsonEncode( $value )" + #if( $velocityCount < $size ),#end #end - #if( $velocityCount < $size ),#end #end ] } \ No newline at end of file