<c:forEach items="${list}" var="list">
${list.id } ${list.name } ${list.age}<br>
</c:forEach>
<s:iterator value="exhInfoList" var="exh">
${exh.exhibitionTitle ${exh.area } ${exh.cityName }<br>
</s:iterator>