Hi,
I am a new user for Velocity.
i have passed one HashMap instance in the VelocityContext.
like :-
VelocityContext context = new VelocityContext();
context.put("Service", map);
where map is the instance of a HashMap which contain key as a String  and
Value as a ArrayList.
Now in the Templete file i have to retrieve all the values from this HashMap
instance.

Kindly help me in writing the VTL code..

==Abhishek==
Hewlett-Packard

Reply via email to