Author: jleroux
Date: Thu Aug 19 19:28:58 2010
New Revision: 987276
URL: http://svn.apache.org/viewvc?rev=987276&view=rev
Log:
Not a big deal: Forgot to replace selectedStateProvinceGeoId by
selectedDependentOption
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=987276&r1=987275&r2=987276&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml
Thu Aug 19 19:28:58 2010
@@ -62,7 +62,7 @@ under the License.
<set field="responseName"
value="stateList"/>
<set field="dependentKeyName"
value="geoId"/>
<set field="descName"
value="geoName"/>
- <set
field="selectedStateProvinceGeoId"
from-field="postalAddress.stateProvinceGeoId" default-value="_none_"/><!--
postalAddress.stateProvinceGeoId does not make much sense here, only to get the
idea -->
+ <set
field="selectedDependentOption" from-field="postalAddress.stateProvinceGeoId"
default-value="_none_"/><!-- postalAddress.stateProvinceGeoId does not make
much sense here, only to get the idea -->
</actions>
<widgets>
<!--platform-specific><html><html-template
location="component://common/webcommon/includes/setCountryStatesEventJs.ftl"/></html></platform-specific-->