JSTL foreach 2列表

时间:2014-12-11 04:37:21

标签: jsp foreach jstl

我有2个来自servlet的列表,我现在可以打印名称如何将id发送到其他页面?名单有name1和name2,id有1& 2,我需要发送一个名称的特定ID ..

<%request.getAttribute("names")%>
 <%request.getAttribute("id")%>
 <c:forEach items="${names}" var="Childnames"> 

<li>< a href="example" /a>${Childnames}</li>

</c:forEach>

1 个答案:

答案 0 :(得分:0)

使用Map(用于存储名称和id&#39; s)然后将此映射添加到ArrayList。并发送到第二页。