Hi,

How can I rewrite the URL (encode) for session tracking within this forEach tag:

<c:forEach var="boundaryStart" begin="0" end="${r.rowCount -1}" step="${perPage}">
 <a href="?name=<%= name %>&location=<%= location %>&sex=<%= sex 
%>&isPostBack=yes&begin=<c:out value='${boundaryStart}'/>">
 [<c:out value="${boundaryStart}"/> - <c:out value="${boundaryStart + perPage 
-1}"/>]</a>&nbsp;
</c:forEach>

Thanks,

Stef

Reply via email to