Hi All just a quick question,
Say you have a form backing bean with two types of validation it
(@NotNull and @Size)
How do you tell the view to render just one error message for these two failed validations.
as at the moment it renders two errors in the same <form:error> in the
jsp view which mucks up the layout.
What im basically asking is their any way of linking two validations together?