Show Entry

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