Andreas Sachs created WW-4240:
---------------------------------
Summary: TypeConversionErrors with Maps
Key: WW-4240
URL: https://issues.apache.org/jira/browse/WW-4240
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.3.15.1
Reporter: Andreas Sachs
Priority: Minor
Hello,
i have an action with the following map definition:
private Map<Integer, Integer> baelle;
The jsp contains textfields.
If the user enters a String instead of an Integer, the map contains a
String-Element with the value "ognl.NoConversionPossible". The validation
method is called.
If i have an Integer property and the user enters a String, the validation
method is not called. Instead the input-page is shown again. I would expect the
same behaviour with a map.
Thanks
Andreas
--
This message was sent by Atlassian JIRA
(v6.1#6144)