I think this may have already been posted, but I don't recall the answer. Aren't the following two snippets identical?
<% String value = "foo"; %> <c:out value="${requestScope[value]}"/> and <%= request.getAttribute(value) %> The first is returning null and the second is returning the appropriate attribute value. I looked in the JSTL spec and it looks like the first should work. Is this a bug? Thanks. Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>