|
Hi, I got this JSF page and I like to use a Map and
property together. I do this, but it doesn’t work: <h:outputText
value="#{showPlayer.serieDisplay['#{showPlayer.player.serie}']}"
/> The method getSerieDisplay() returns a Map (String,
String) and the getSerie() (Player Object) returns a String How do I write it? |
- HashMap with another property value binding? Kasper Hansen
- RE: HashMap with another property value binding? Frank Felix Debatin

