<c:forEach var="row" items="${result.rows}">
<tr>
<td><a href="/go.html?url=view.jsp"><c:out value="${row.Title}"/> </a></td>
<td><c:out value="${row.Description}"/></td>
<td><c:out value="${row.AType}"/></td>
<td><image height="100px" width="200px" src="<c:out value="${row.LocURL}"/>"/></td>
</tr>
</c:forEach>
<c:forEach var="row" items="${result.rows}">