Show Department

${flash.message}
Id: ${fieldValue(bean:departmentInstance, field:'id')}
Name: ${fieldValue(bean:departmentInstance, field:'name')}
Description: ${fieldValue(bean:departmentInstance, field:'description')}
Is Active: ${fieldValue(bean:departmentInstance, field:'isActive')}
Department Extended Attributes:
  • ${d?.encodeAsHTML()}
Persons:
  • ${p?.encodeAsHTML()}
Sections:
  • ${s?.encodeAsHTML()}