If I have a forEach tag:
<c:forEach items="${x.y}" var="z">How can I access the variable "z" in a scriptlet? Something like: <% String a = z.name() %> but that gives a compiler error when it tries to compile the JSP page. My understanding is that z gets put in page scope, but I don't know how to access it from there. Thanks, Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
