Hi. The following code appears in the web page in case of data binding error.
The question is how can I remove it and instead of it place a (malicious-)user friendly message?
Code:Failed to convert property value of type [java.lang.String] to required type [org.mayhem.identity.Gender] for property info.gender; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [java.lang.String] to required type [org.mayhem.identity.Gender] for property gender: no matching editors or conversion strategy found


Reply With Quote