PropertyResolver$MapGetSet Broken When Integer Used As Key
----------------------------------------------------------

                 Key: WICKET-3054
                 URL: https://issues.apache.org/jira/browse/WICKET-3054
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.8
         Environment: Java 1.6
            Reporter: Brandon Fuller
            Priority: Minor


The class stores the key internally as a string.  This causes issues if 
anything other than a string is actually the key for the map.  The get() 
routine fails because of the object.equals of the different class.

My code was not working with an integer-based key.  Converted it to a string 
and the same code now works.

-- 
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