On Tuesday 22 July 2003 12:44 pm, Vincent Peytavin wrote: 

> <c:forEach var="nom" items="${liste1}" varStatus="i">
>    // Something which puts in 'surname' the value of 'list2[i]'
>
> </c:forEach>


I think the "something" could be something like::

<c:set var="surname" value="${list2[i]}"/>

Is that what you want?

Felipe


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

Reply via email to