"Applied fix from trunk for revision: 951672" 
------------------------------------------------------------------------
r951672 | jleroux | 2010-06-05 10:21:14 +0200 (sam. 05 juin 2010) | 1 ligne

Improves target-parameter documentation
------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches@951673 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/release09.04/framework/widget/dtd/widget-form.xsd b/release09.04/framework/widget/dtd/widget-form.xsd
index 4823e38..f23d833 100644
--- a/release09.04/framework/widget/dtd/widget-form.xsd
+++ b/release09.04/framework/widget/dtd/widget-form.xsd
@@ -873,7 +873,7 @@
         <xs:attribute type="xs:string" name="default-value"/>
         <xs:attribute type="xs:string" name="description-field-name"/>
         <xs:attribute type="xs:string" name="target-parameter">
-            <xs:annotation><xs:documentation>The name of a field whose value is passed in as a parameter to the lookup target form. Can be a comma separated list.</xs:documentation></xs:annotation>
+            <xs:annotation><xs:documentation>The name of a field whose value is passed in as a parameter to the lookup target form. Can be a comma separated list. You need to affect it the value using parameters.parmI (where I is the position number in the list)in the related lookup screen. See LookupPreferredContactMech as example</xs:documentation></xs:annotation>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-field" default="true">
             <xs:simpleType>