I found that "Edit Survey Response" always creates a new response, instead
of updating one.
I believe this is a bug in
applications/content/script/org/ofbiz/content/survey/SurveyServices.xml
---
applications/content/script/org/ofbiz/content/survey/SurveyServices.xml.orig
2009-09-30 00:27:18.000000000 -0700
+++
applications/content/script/org/ofbiz/content/survey/SurveyServices.xml
2009-09-30 00:28:06.000000000 -0700
@@ -475,7 +475,7 @@
<!-- create/update the response -->
<if-compare field="survey.allowUpdate" operator="equals" value="Y">
<if-not-empty field="parameters.surveyResponseId">
- <entity-one entity-name="SurveyResponse"
value-field="lookupRespMap"/>
+ <entity-one entity-name="SurveyResponse"
value-field="surveyResponse"/>
</if-not-empty>
</if-compare>
--
James McGill
Able Engineering
Phoenix AZ