Param name add variable
891428Oct 7 2011 — edited Oct 7 2011<c:when test='${param.category=="xxx"}'>
<c:forEach var="i" begin="1" end='${param.row_count}' step="1" varStatus ="status">
<c:out value="${param.checkbox_+status}" />
</c:forEach>
</c:when>
Hi.
How can I add status variable in the param? <c:out value="${param.checkbox_+status}" />