A Property Resolver like this can solve the problem..
Regards,
Mert
On 5/31/06, Michael Heinen <[EMAIL PROTECTED]
> wrote:
Thanks Steffen.
I know that Maps are working and I use them a lot.
Now I use also a Map with a dummy value for this issue.
Michael
-----Original Message-----
From: Steffen Hankiewicz [mailto:[EMAIL PROTECTED] ]
Sent: Dienstag, 30. Mai 2006 21:33
To: MyFaces Discussion
Subject: Re: Access a Set with JSF-EL?
Hi Michael,
> This results in a
> javax.faces.el.PropertyNotFoundException. Bean: java.util.HashSet ,
> property: docId4711
> I assume that I cannot access Sets with EL that way.
I got the same results so far. One solution could be to transform your
data into a HashMap instead of a HashSet. It seams to work well.
Does this help you?
Buy,
Steffen Hankiewicz