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 the moment, does EL allows bracket notation for accesing arrays?
2) If the answer is yes, it works with associations? (Maps from -let's say- strings, to beans)


Sorry, I can't try now...



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



Reply via email to