Greetings Users List.

Is there any way to loop through a List of Object Arrays in Velocity? In
other words:

Iterator i = myList.iterator();
            
while(i.hasNext())
{
    Object[] configArray = (Object[]) i.next();

    //Do something with object array
}



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

Reply via email to