It seems you are using a revision before r949710, update at least to this to use target-parameter or patch with r946593 if you want
to stay with the revision you are
Jacques
From: "James McGill" <[email protected]>
I added a field to the Inventory Item lookup page to allow searching by
LocationSeqId.
So in
product/webapp/facility/facility/FacilityForms.xml#SearchInventoryItemsParams
I have this:
<field name="locationSeqId" title="Location">
<lookup target-form-name="LookupFacilityLocation"
target-parameter="facilityId"/>
</field>
The trouble is, the javascript for call_fieldlookup2 turns this into a query
string like:
http://ofbiz/facility/control/LookupFacilityLocation?id=undefined&parm0=myFacilityId
and I think we want something like:
https://ofbiz/facility/control/LookupFacilityLocation?facilityId=myFacilityId
Can I make that happen within the Form xsd?
--
James McGill
Phoenix AZ