Text Description Problem

Hi everybody,

I use vaadin 6.8 and vaadin-beanvalidation 1.0 addon to validate beans. If i use greater then 1 annotation for bean field:


@NotNull(message="{Field.NotEmpty}")
@Pattern(regexp="^\\d*$", message="{Only.Digits.Without.Dash}")
@Size(min = 11, max = 11, message="{Field.Size}")
@Column(name = "PersonCode", nullable = false, length = 11)
private String personCode;

getDescription() method return not correct formated HTML. See Attachment.
Seems this is a bug.
12405.png

It is strange that no one of the developers did not take note to this problem :frowning:

You could
create
a ticket. Thank you.