Details
-
Sub-task
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
Release Branch 12.04
-
None
-
None
Description
The concatenated string of primary keys is blank when referenced in LookupForms.xml for the listLookupOrderItem form I created so I had to construct it again in the field definition:
<field name="orderItemId" widget-style="buttontext"> <hyperlink target-type="plain" also-hidden="true" description="${orderId}_pk_${orderItemSeqId}" target="javascript:set_value('${orderId}\_pk_${orderItemSeqId}')"/> </field>
The concatenated orderItemId field is not blank for the Lookup drop down list. I don't understand what causes it to be blank for the form widget.
Attachments
Issue Links
- relates to
-
OFBIZ-5396 Add ability to set <drop-down>, <radio>, <check> form widget field key values manually
- Closed