Simple answer - no.
You could make a List of HashMaps to accomplish this:
$listOfMaps[].name$ $listOfMaps[].type$
It's a little more work on the Java side of things, but it will work.
Jeff Butler
On Wed, Oct 22, 2008 at 5:18 PM, Pascal Jacob wrote:
> Hi again,
>
> Is it possible to iterate over two (or more) collections SIMULTANEOUSLY
> using the same indice ?
>
> Here is a example:
>
>
>
>
>
> parameterMap="create-data-table-param">
> CREATE TABLE data
>
>
>
> $names[]$ $types[]$
>
>
>
> Nested iterate statements won't do it because it produce n*n outputs instead
> of just n (n is the number of elements in the collections).
>
> Any help would be appreciated.
>
>
>
>