Improved: Client side validation is missing at Add Ebay Configuration form.
(OFBIZ-7866)

Thanks: Deepak Nigam for reporting and providing the patch.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1774805 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/specialpurpose/ebay/widget/EbayForms.xml b/specialpurpose/ebay/widget/EbayForms.xml
index 23d11d1..1c50606 100644
--- a/specialpurpose/ebay/widget/EbayForms.xml
+++ b/specialpurpose/ebay/widget/EbayForms.xml
@@ -160,7 +160,7 @@
     <form name="AddEbayConfiguration" type="single" target="createEbayConfiguration" title="">
         <alt-target use-when="ebayConfig != null" target="updateEbayConfiguration"/>
         <field name="productStoreId" use-when="ebayConfig != null"><display/></field>
-        <field name="productStoreId" title="${uiLabelMap.ProductProductStore}" use-when="ebayConfig == null">
+        <field name="productStoreId" title="${uiLabelMap.ProductProductStore}" use-when="ebayConfig == null" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]">
                     <entity-order-by field-name="storeName"/>