private boolean resizable = true;
@PostConstruct
public void init() {
applicant = new Applicant();
if (ViewParamUtil.getUsage().equals("default-value")) {
applicant.setComments(
"<p>This is some <strong>bold</strong> text\nand this is some <em>italic</em> text.</p>");
}