In form  CommForms.xml at no place <auto-fields-service >  is specified.
Please let me know from where the form id is getting populated in the view
source.
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";
>
 <form name="EditCommEvent" type="single" target="updateCommunicationEvent"
default-map-name="communicationEvent">
        <alt-target target="createCommunicationEvent"
use-when="communicationEvent==null"/>
               
------------------------------------------------------------------
<field name="roleTypeIdFrom" widget-style="length1">
            <drop-down no-current-selected-key="_NA_">
                <entity-options description="${description}"
entity-name="RoleType" key-field-name="roleTypeId">
                    <entity-order-by field-name="description"/>
                </entity-options>
            </drop-down>
        </field>
         
        <field name="roleTypeIdTo" position="2" widget-style="length1" >
            <drop-down no-current-selected-key="_NA_">
                <entity-options description="${description}"
entity-name="RoleType" key-field-name="roleTypeId">
                    <entity-order-by field-name="description"/>
                </entity-options>
            </drop-down>
        </field>



-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Where-from-the-field-id-is-getting-populated-in-an-xml-file-form-tp2245694p2246858.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to