Профи подскажите, как правильно настроить jsp. Метод balls() возвращает, некий объект. idea выделяет "think.ThinkMethod" желтым. И при запуске пишет ошибку:
"HTTP Status 500 - Request processing failed; nested exception is org.springframework.dao.DataAccessResourceFailureException"
<%@ page import="think.ThinkMethod" %>
<% ThinkMethod thinkMethod = new ThinkMethod(); %>
<c:forEach items="<%= thinkMethod.balls() %>" var="bals">
<h1>${bals.point.user.urlFoto}"/></h1>
</c:forEach>