How do you handle the case where you want user input from a form to be htmlEscape\'d when you are binding to a command object?
I want this to sanitize input data automa
You can use @Valid and @SafeHtml from hibernate validator. See details at https://stackoverflow.com/a/40644276/548473
@Valid
@SafeHtml