>
> If the question is about Velocity, yes, with the appropriate syntactical
> fixes, and I assume you mean that the inner loop subcollection is part
> of each $item, rather than $collection :
>
> #foreach( $item in $collection )
>    #foreach( $sub in $item.subcollection )
>      $sub.Property
>    #end
> #end
>
> will work fine.

Cheers! This is what I meant.

Sorry about my bad syntax. I always rely on manuals and books too much. I am
your typical cut and paste programmer. :(

Gareth


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

Reply via email to