#foreach ($tableColumn in $tableColumns)
#if($tableColumn.isVisible())
#if ($tableColumn.getWidgetType() == "date")
{{entity.${tableColumn.getName()} | date:format}}
#else
{{entity.${tableColumn.getName()}}}
#end
#end
#end
Warning!
Entity with
#foreach ($tableColumn in $tableColumns)
#if ($tableColumn.isKey())
${tableColumn.getName()}
#end
#end
= '{{urlParameter}}' does not exists!
Oh snap! Missing or invalid parameter! Valid parameter is '{{ primaryKey }}'