RE: [JSTL] Indexed array variable (and associations)

2004-06-02 Thread Helios Alonso
Well, c:set can set associations. If the code I saw is fine, you can do this: c:set target=myAsoc property=name value=John/ to add an entry in myAsoc: Map telling that name correspond to John how do I do to access it? ${myAsoc['name']} ? At 12:05 02/06/2004 -0300, you wrote: 2 questions: 1) At

RE: [JSTL] Indexed array variable (and associations)

2004-06-02 Thread Derek Mahar
[mailto:[EMAIL PROTECTED] Sent: June 2, 2004 11:23 AM To: Tag Libraries Users List Subject: RE: [JSTL] Indexed array variable (and associations) Well, c:set can set associations. If the code I saw is fine, you can do this: c:set target=myAsoc property=name value=John/ to add an entry

RE: [JSTL] Indexed array variable (and associations)

2004-06-02 Thread Helios Alonso
At 12:22 02/06/2004 -0300, you wrote: Well, c:set can set associations. If the code I saw is fine, you can do this: c:set target=myAsoc property=name value=John/ to add an entry in myAsoc: Map telling that name correspond to John how do I do to access it? ${myAsoc['name']} ? Thanks (I finally

RE: [JSTL] Indexed array variable (and associations)

2004-06-02 Thread Derek Mahar
as an attribute, you should make this clear in the tag documentation. Derek -Original Message- From: Helios Alonso [mailto:[EMAIL PROTECTED] Sent: June 2, 2004 12:02 PM To: Tag Libraries Users List Subject: RE: [JSTL] Indexed array variable (and associations) At 12:22 02/06/2004 -0300