Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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}" />

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 4 2011
Added on Oct 7 2011
5 comments
193 views