JSPG0122E: Unable to parse EL function in Websphere 7
问题 I am moving a web application to Websphere 7 and I am running into an error with my JSP page. JSPG0227E: Exception caught while translating /WEB-INF/jsp/snet/destinationTripReport.jsp: /WEB-INF/jsp/snet/destinationTripReport.jsp(211,8) --> JSPG0122E: Unable to parse EL function ${destForm.flightTable.get(loop.index).tripId}. The portion of the JSP where the error is coming from looks like this. <c:forEach items="${destForm.flightTable}" var="entry" varStatus="loop"> <!-- content --> <tr class