Author: sichen Date: Wed Oct 4 15:15:03 2006 New Revision: 453049 URL: http://svn.apache.org/viewvc?view=rev&rev=453049 Log: Fixed pagination bug in find cust requests.
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml?view=diff&rev=453049&r1=453048&r2=453049 ============================================================================== --- incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml (original) +++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml Wed Oct 4 15:15:03 2006 @@ -56,7 +56,7 @@ <actions> <set field="titleProperty" value="OrderFindRequests"/> <set field="headerItem" value="request"/> - <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/> + <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="50"/> </actions> <widgets>