Hi,
I have a little problem with a type list form.
In this form, I want to allow key-in a field when the purposeTypeId had
specific value.
For other value, this field is in display only.
my problem is that I have a field width offset between the column title
and the value.
<field
use-when=""WEPT_PRODUCTION_RUN_POOL".equals("${productionRunData.purposeTypeId}")"
name="estimatedQuantity"
title="${uiLabelMap.ManufacturingQuantity}"><text/></field>
<field
use-when="!"WEPT_PRODUCTION_RUN_POOL".equals("${productionRunData.purposeTypeId}")"
name="estimatedQuantity"
title="${uiLabelMap.ManufacturingQuantity}"><display/></field>
What could be wrong ?
Thanks by advance,
Regards,
Julien.