If goals is a list (not a collection), ${goals.get(index)} should work

On 5/28/05, Jens Zastrow <[EMAIL PROTECTED]> wrote:
> I found this in the docs:
> 
> 
> 
> <j:forEach items="${goals}" var="goal" indexVar="goalNumber">
>    Now attaining goal number ${goalNumber}, which is ${goal}
>    <attainGoal name="${goal}" />
> </j:forEach>
> 
> 
> 
> I need something like:
> 
> 
> 
> ${goals[index]}
> 
> 
> 
> Thanks
> 
> Jens
> 
> 
> 
> 
>

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

Reply via email to