Author: jleroux
Date: Thu Aug 19 19:34:16 2010
New Revision: 987277

URL: http://svn.apache.org/viewvc?rev=987277&view=rev
Log:
This comment
<!-- here mainId and its key are same -->
was false in this case (true for category/products)

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml

Modified: 
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml?rev=987277&r1=987276&r2=987277&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml 
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml 
Thu Aug 19 19:34:16 2010
@@ -56,7 +56,7 @@ under the License.
                                             <!-- setCountryStatesEventJs.ftl, 
it's not used here but is a good example of a reusable template-script with 
harcoded values which make sense -->
                                             <!-- fields for 
setDependentDropdownValuesJs.ftl, it's a try on generalization but there are 
still issues. For instance: what if we have 2 couple of dependent dropdowns in 
the same form? -->
                                             <set field="dependentForm" 
value="DropDownFieldsExampleForm"/>
-                                            <set field="mainId" 
value="countryGeoId"/><!-- here mainId and its key are same -->
+                                            <set field="mainId" 
value="countryGeoId"/>
                                             <set field="dependentId" 
value="stateProvinceGeoId"/>
                                             <set field="requestName" 
value="getAssociatedStateList"/>
                                             <set field="responseName" 
value="stateList"/>


Reply via email to