Merge branch '3.1.x'

This commit is contained in:
Chris Beams
2011-12-23 09:30:32 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ class TypeConverterDelegate {
}
if (firstAttemptEx != null) {
if (editor == null) {
if (editor == null && convertedValue == newValue) {
throw firstAttemptEx;
}
logger.debug("Original ConversionService attempt failed - ignored since " +