JSTL を使用してデータを JSP に表示しようとしていますが、コンソールjavax.el.PropertyNotFoundException: The class 'java.lang.Integer' does not have the property '0'
には、私がList<Object>
入れInteger and BigDecimal
た JSPがあることが示されます
<c:forEach items="${obj}" var="object">
<tr>
<td width="10%" class="r1Left">${object[0].id}</td>
</tr>
</c:forEach>
私のList<Object>
含む [10, 1278612143.23, 10, 3343443.56, 4, 123.45]
私を助けてください。