Could you simplify your example or else explain what didn't work about it?

Also, you should probably not use $objectInfo as the var for both an
inner and outer foreach loop.  That's confusing and likely to cause
problems.

On Dec 26, 2007 1:20 PM, Painter, Wayne <[EMAIL PROTECTED]> wrote:
> Does anyone know how to get data from inside an array that is a data
> point inside of an array?
>
> I have tried using the following as well as the listTool.
>
>
>
> #foreach($objectInfo in $ objectInfo.getInfo()) ## array
>
>       #if($nameRowCount < 5)
>
>             Name || $objectInfo.getLatest().getName()
>
>             #foreach($objectInfo in $
> objectInfo.getLatestFuction().getFuction()) ## internal array
>
>                   func || $jobFuncCount.getId()<br>
>
>             #end
>
>       #end
>
>       #set($nameRowCount = $nameRowCount + 1)
>
> #end
>
>
>
> Wayne
>
>
>
>
>
>

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

Reply via email to