Show Entry

${flash.message}
Id: ${fieldValue(bean:entryInstance, field:'id')}
Task: ${entryInstance?.task?.encodeAsHTML()}
Comment: ${fieldValue(bean:entryInstance, field:'comment')}
Date Done: ${fieldValue(bean:entryInstance, field:'dateDone')}
Duration Hour: ${fieldValue(bean:entryInstance, field:'durationHour')}
Duration Minute: ${fieldValue(bean:entryInstance, field:'durationMinute')}
Date Entered: ${fieldValue(bean:entryInstance, field:'dateEntered')}
Entered By: ${entryInstance?.enteredBy?.encodeAsHTML()}
Entry Type: ${entryInstance?.entryType?.encodeAsHTML()}