An interceptor to store ValidationAware action's messages / errors and field errors into
Http Session, such that it will be retrieveable at a later stage.
This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to
the field errors of the action if the field value is not null, "", or {""} (a size 1 String array with only an empty
String).