Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
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.
Last updated on Jun, 18th 2012
It is strange that no one of the developers did not take note to this problem :(
Last updated on Aug, 11th 2012
You cannot reply to this thread.