[
https://issues.apache.org/jira/browse/WICKET-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Compagner closed WICKET-698.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0-beta3
Assignee: Johan Compagner
now for a list i do try to find a field when the rest is failing:
findMethod if expresion is () or findGetter
if method not found then look if it is an index.
if that fails then it will look for a method anyway and last it will look for
the field
For a Map this doesnt happen. You can't have fields in a map you can only
target
fields through a getter in a Map or explicitly by defining map.xxx() so it will
just look up the method.
> If the model is List, PropertyResolver doesn't try to find fields.
> ------------------------------------------------------------------
>
> Key: WICKET-698
> URL: https://issues.apache.org/jira/browse/WICKET-698
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.0-beta2
> Environment: JDK 1.5
> Reporter: Juha Alatalo
> Assignee: Johan Compagner
> Fix For: 1.3.0-beta3
>
> Attachments: VectorModelTest.java
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.