You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rick Gruber-Riemer <ri...@vanosten.net> on 2005/11/02 12:04:19 UTC

Re: EL & Maps

Hi

I definitively can confirm that Maps are supported - as I am using them 
with MyFaces 1.1.1. Maybe you could elaborate a bit more ...

Rick

Enrique Medina wrote:
> Hi,
>
> I was trying to use an EL reference to a Map defined in my backing 
> bean, but I always get null as a result.
>
> Doing some code reviewing I have seen that MyFaces uses the 
> ELParserHelper class to invoke the Apache Commons library, but only 
> gives support to arrays through its MyArraySuffix static inner class.
>
> Does this mean that no support for working with EL and maps in MyFaces 
> is given? Am I missing something?