I am trying to dynamically generate content using JSP. I have a <c:forEach> loop within which I dynamically create bean accessors. The skeleton resembles this:
<c:forEach>
<c:forEach var="type" items="${bean.positionTypes}"> ${bean.table} ...