Struts2: How to access indexed property (map) with dynamic index?

2008-09-25 Thread Keim, Markus
Hello all, is it possible (and how) to access the values of an indexed property (a map) with the Struts2 "property" tag by providing a dynamicaly retrieved/calculated index? In detail: Let's assume that "fooMap" is a simple Map that's provided by a Struts2 action. That map holds a unique key (ID

AW: Struts2: How to access indexed property (map) with dynamic index?

2008-09-25 Thread Keim, Markus
hy Barroso [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2008 16:06 An: Struts Users Mailing List Betreff: Re: Struts2: How to access indexed property (map) with dynamic index? try: #fooMap[#item.fooId] On Thu, Sep 25, 2008 at 9:45 AM, Keim, Markus <[EMAIL PROTECTED]> wrote: