Use string-map-prefix attribute :

<attribute mode="IN" name="identifications" optional="true" string-map-prefix="ident_" type="Map"/>

And on your ftl code <input name="ident_one" vallue="100"/><input name="ident_two" vallue="200"/> pass on your service [one|100][two|200]

Nicolas

Le 06/10/2011 12:14, tuvok a écrit :
Ok, tnx for fast reply

but how can I pass parameters map to specific map if I have form written in
freemarker.
My service is called as an event to the request-map specified in forms
"action" attribute.
I can't do something like:

<service service-name="performFind" result-map="result">
           <field-map field-name="inputFields" from-field="parameters"/>
</service>

in the<action>  tag of a screen, or can I?

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/proccesing-variable-number-of-parameters-tp3877559p3877645.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


--
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
-------
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/

Reply via email to