Author: jacopoc Date: Sat Nov 11 23:16:32 2006 New Revision: 473897 URL: http://svn.apache.org/viewvc?view=rev&rev=473897 Log: Fix for ListFindSurvey that was not returning any result, due to the missing list-name="listIt" attribute in the form definition. Thanks to Fred Forester to tracking this down (OFBIZ-451).
Modified: incubator/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml Modified: incubator/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml?view=diff&rev=473897&r1=473896&r2=473897 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml Sat Nov 11 23:16:32 2006 @@ -33,7 +33,7 @@ <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListFindSurvey" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext" - target="" title="" type="list" paginate-target="FindSurvey" paginate="true"> + target="" title="" list-name="listIt" type="list" paginate-target="FindSurvey" paginate="true"> <actions> <service result-map-list-name="listIt" result-map-name="result" service-name="performFind"> <field-map field-name="inputFields" env-name="parameters"/>