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="&quot;WEPT_PRODUCTION_RUN_POOL&quot;.equals(&quot;${productionRunData.purposeTypeId}&quot;)" name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><text/></field> <field use-when="!&quot;WEPT_PRODUCTION_RUN_POOL&quot;.equals(&quot;${productionRunData.purposeTypeId}&quot;)" name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><display/></field>

What could be wrong ?

Thanks by advance,

Regards,

Julien.

Reply via email to