[
https://issues.apache.org/jira/browse/OFBIZ-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855186#comment-13855186
]
Jacques Le Roux commented on OFBIZ-5356:
----------------------------------------
This relates somehow to OFBIZ-5396
> Ability to select Lookup records having more than one primary key field
> -----------------------------------------------------------------------
>
> Key: OFBIZ-5356
> URL: https://issues.apache.org/jira/browse/OFBIZ-5356
> Project: OFBiz
> Issue Type: Improvement
> Components: ALL APPLICATIONS
> Affects Versions: Release Branch 12.04
> Reporter: Christian Carlow
> Fix For: SVN trunk
>
>
> 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:
> {code}
> <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>
> {code}
> 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.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)