Author: jacopoc
Date: Fri Sep 29 05:13:22 2006
New Revision: 451257

URL: http://svn.apache.org/viewvc?view=rev&rev=451257
Log:
Fixed incorrect pagination bug. Patch from Eriks Dobelis (OFBIZ-340).

Modified:
    incubator/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml

Modified: incubator/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml?view=diff&rev=451257&r1=451256&r2=451257
==============================================================================
--- incubator/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml 
(original)
+++ incubator/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml Fri 
Sep 29 05:13:22 2006
@@ -86,7 +86,7 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't 
there then with all fields empty no query will be done --></field> 
         <field name="submitButton" title="${uiLabelMap.CommonFind}" 
widget-style="buttontext"><submit button-type="text-link"/></field>
     </form>
-    <form name="listLookupWorkEffort" list-name="listIt" target="" 
paginate-target="LookupPerson" title="" type="list"
+    <form name="listLookupWorkEffort" list-name="listIt" target="" 
paginate-target="LookupWorkEffort" title="" type="list"
         default-title-style="tableheadtext" default-tooltip-style="tabletext" 
default-widget-style="tabletext">
         <actions>
             <service service-name="performFind" result-map-name="result" 
result-map-list-name="listIt">


Reply via email to