> From: Kris Schneider [mailto:[EMAIL PROTECTED] > <c:set var="mapName" value="${year}account"/> > <c:forEach var="account" items="${sessionScope[mapName]}">
Thanks for jogging my memory... You can construct the key, but you lose the ability to magically find it in any scope, you have to specify where it should look for the object. Thanks! -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
