Show Person

${flash.message}
Id: ${fieldValue(bean:personInstance, field:'id')}
First Name: ${fieldValue(bean:personInstance, field:'firstName')}
Last Name: ${fieldValue(bean:personInstance, field:'lastName')}
User Id: ${fieldValue(bean:personInstance, field:'userId')}
Password: ${fieldValue(bean:personInstance, field:'password')}
Employee ID: ${fieldValue(bean:personInstance, field:'employeeID')}
Entries:
  • ${e?.encodeAsHTML()}
Is Active: ${fieldValue(bean:personInstance, field:'isActive')}
Modifications:
  • ${m?.encodeAsHTML()}
Person Groups: ${fieldValue(bean:personInstance, field:'personGroups')}
Tasks:
  • ${t?.encodeAsHTML()}