I have done some searches on the web and in stackoverflow to see how to handle the following message that I get on one of my screens:
Failed to conver
Perhaps error.code doesn't guarantee to return the most specific message code. Try to pass error message as a whole:
error.code
<spring:message message = "${error}" />