Hi Prashanth,
You can iterate list by create your map as :-
<set field="key" value="1"/>
<iterate list="valueList" entry="value">
<set field="mapName.key${key}" from-field="value"/>
<!-- Or you can use
<set field="mapName.${value}" from-field="value"/>
-->
<set field="key" value="${key + 1}"/>
</iterate>
This will give you direction for making your keys for map and obviously map.
Use it accordingly.
Regards
--
Chirag Manocha
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98263-19099
On Tue, Jul 7, 2009 at 4:26 PM, SRINIKALLS <
[hidden email]
> wrote: