Author: jleroux
Date: Thu Aug 19 23:20:50 2010
New Revision: 987348

URL: http://svn.apache.org/viewvc?rev=987348&view=rev
Log:
revert r987277, the comment was right, sorry :/

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=987348&r1=987347&r2=987348&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml 
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml 
Thu Aug 19 23:20:50 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"/>
+                                            <set field="mainId" 
value="countryGeoId"/><!-- here mainId and its key are same -->
                                             <set field="dependentId" 
value="stateProvinceGeoId"/>
                                             <set field="requestName" 
value="getAssociatedStateList"/>
                                             <set field="responseName" 
value="stateList"/>


Reply via email to