;-) I hate to make it more readable, but you should be able to do:

<c:forEach items="${accountMap[accountForm.map.year]}" var="account">

Quoting Wendy Smoak <[EMAIL PROTECTED]>:

> > From: Kris Schneider [mailto:[EMAIL PROTECTED] 
> > Another approach would be to maintain a map of maps (keyed by 
> > year) instead of multiple "free standing" maps. Something like:
> 
> Clever!  Job security in a single line:
> 
> <c:forEach items="${accountMap[accountForm.map['year']]}" var="account"
> >
> 
> -- 
> Wendy 

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to