[OFBiz] SVN: r7493 - trunk/applications/workeffort/widget
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed May 3 03:16:40 CDT 2006
Author: jacopo
Date: 2006-05-03 03:16:35 -0500 (Wed, 03 May 2006)
New Revision: 7493
Modified:
trunk/applications/workeffort/widget/TimesheetForms.xml
Log:
Fixed wrong list-name values in form definitions.
The list-name value must be equal to the result-map-list-name value; so if the performFind service is used, it must be set to "listIt".
Modified: trunk/applications/workeffort/widget/TimesheetForms.xml
===================================================================
--- trunk/applications/workeffort/widget/TimesheetForms.xml 2006-05-03 08:15:50 UTC (rev 7492)
+++ trunk/applications/workeffort/widget/TimesheetForms.xml 2006-05-03 08:16:35 UTC (rev 7493)
@@ -72,7 +72,7 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListFindTimesheet" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
- target="" title="" type="list" paginate-target="FindTimesheet" paginate="true">
+ target="" title="" type="list" list-name="listIt" paginate-target="FindTimesheet" paginate="true">
<actions>
<service result-map-list-name="listIt" result-map-name="result" service-name="performFind">
<field-map field-name="inputFields" env-name="parameters"/>
More information about the Svn
mailing list