Details
-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
-
1.1 RC1
-
None
Description
usefull in velocity where you cannot access arrays elements
with this API you could do :
#set($myArray = $xwiki.split($someString))
#set($myList = $xwiki.getList($myArray))
$myList.get(0) ...