Show Entry

${flash.message}
Id: ${fieldValue(bean:entryInstance, field:'id')}
Comments: ${fieldValue(bean:entryInstance, field:'comments')}
Date: ${fieldValue(bean:entryInstance, field:'date')}
Duration: ${fieldValue(bean:entryInstance, field:'duration')}
Entry Type: ${entryInstance?.entryType?.encodeAsHTML()}
Person: ${entryInstance?.person?.encodeAsHTML()}
Persons: ${fieldValue(bean:entryInstance, field:'persons')}
Task: ${entryInstance?.task?.encodeAsHTML()}