Author: jleroux
Date: Thu Oct 28 08:52:25 2010
New Revision: 1028228
URL: http://svn.apache.org/viewvc?rev=1028228&view=rev
Log:
Fix sort-field names
Modified:
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
Modified:
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=1028228&r1=1028227&r2=1028228&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Thu
Oct 28 08:52:25 2010
@@ -330,11 +330,11 @@ under the License.
<!--field name="geoId"><hidden/></field-->
<sort-order>
<field-group>
- <sort-field name="partyId"/>
+ <sort-field name="geoId"/>
</field-group>
<field-group>
- <sort-field name="partyName"/>
- <sort-field name="partyGroupId"/>
+ <sort-field name="geoName"/>
+ <sort-field name="geoGroupId"/>
</field-group>
</sort-order>
</form>