~registry/dhis2-academy/trunk

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/jsonOptionSet.vm

  • Committer: Abyot Asalefew Gizaw
  • Date: 2012-10-12 00:08:27 UTC
  • Revision ID: abyota@gmail.com-20121012000827-qqmmfllx0s5vtkqi
Updating the acadmy trunk with the main DHIS2 trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{ "optionSet":
 
2
  {
 
3
    "id": "${optionSet.id}",
 
4
        "name": "$!encoder.jsonEncode( ${optionSet.name} )",
 
5
        "optionCount": "$!{optionSet.options.size()}"
 
6
  }
 
7
}
 
 
b'\\ No newline at end of file'