Back Forum Reply New

form:errors path=* show nonsense validation errors

Hi,

I´m using the form:errors tag with path=*, but I get the NumberFormatException because I have an empty Long attribute in my command that was not filled with data from the post.
I think that showing the NumberFormatException is nonsense because that is not meaningful to the user, it is preferable to just keep the attribute null silently ignoring the exception.
I dont want to use other path different than '*' in my errors tag.
¥
Back Forum Reply New