Hi,
I want to add some support for maps.
Doe's somebody think it is usefull ?

someting like this:

map.put("key", "value");

context.put( "myMap", map );
------------------------------------

$myMap.key
#set ( $myMap.key = "value2" )

$myMap[ "key" ] 
$myMap[ $var ] 
........................

It is not supported in Velocity, is it ?








--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to