[ 
https://issues.apache.org/jira/browse/WICKET-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529352
 ] 

Stanislav Dvorscak commented on WICKET-988:
-------------------------------------------

The best would be if I can use dot character in a map key (map["language.en"]), 
because the way it is implemented now it tries to return 
map.get("languag").get("en]") which ( I think ) is incorrect. I'm not sure if 
should be possible to use different expression/property as a key to get value 
(for example: map[property.property]). For me it's enough to be able to use dot 
in a key string.

> PropertyResolver map
> --------------------
>
>                 Key: WICKET-988
>                 URL: https://issues.apache.org/jira/browse/WICKET-988
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.3.0-beta1, 1.3.0-beta2, 
> 1.3.0-beta3
>         Environment: all
>            Reporter: Stanislav Dvorscak
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-beta4
>
>
> Key of map can not contains dot (.). When key contains dot, than 
> getObjectAndGetSetter method from PropertyResolver class function not correct.
> example: expression = mapProperty[something.something] - It search 
> getter/setter mapProperty.something.something

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to