svn commit: r671313 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r671313 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

jleroux@apache.org
Author: jleroux
Date: Tue Jun 24 12:37:23 2008
New Revision: 671313

URL: http://svn.apache.org/viewvc?rev=671313&view=rev
Log:
Fix order in elements. My XML editor was complaining

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

Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=671313&r1=671312&r2=671313&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Tue Jun 24 12:37:23 2008
@@ -65,10 +65,10 @@
          For the Ajax example we want all example entities listed, so the we use the entity-condition
          instead of the performFind service. -->
     <form name="ListExamplesAjax" extends="ListExamples" type="list" paginate-target="authview/findExampleAjax">
-        <on-event-update-area event-type="paginate" area-id="ListExamplesAjax" area-target="ListExampleFormOnly"/>
         <actions>
             <entity-condition entity-name="Example"><order-by field-name="exampleName"/></entity-condition>
         </actions>
+        <on-event-update-area event-type="paginate" area-id="ListExamplesAjax" area-target="ListExampleFormOnly"/>
     </form>
 
     <form name="EditExample" type="single" target="updateExample" title="" default-map-name="example">