In adf if you export your tables that contain lov inside the index or id is exported and not the selected item value.
If your table is read only change your existing table column from eg:
<af:outputText value="#{row.bindings.Field.items[row.bindings.Field.inputValue].label}"
id="ot3"/>
If your table is read only change your existing table column from eg:
<af:outputText value="#{row.bindings.Field.items[row.bindings.Field.inputValue].label}"
id="ot3"/>
Comments
Post a Comment