Hi Bruno,
In such case I handle the field with set and groovy before in the row-action.
But yes, why not a default-value?
Jacques
From: "Bruno Busco" <[email protected]>
Hi,
I need to show a default string (e.g. "None") in a field of a form of type
"list".
I was looking for something like...
<field name="usage" title="${uiLabelMap.WebtoolsUsage}" sort-field="true">
<display default-value="${uiLabelMap.CommonNone}"/>
</field>
...but the display tag does not support the default-value.
Would it make sense to add it?
Thanks,
Bruno