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

 

 

Reply via email to