public PasteItemPage(final PageParameters params) {
super(PasteItemPage.class);
logger.info("Referrer:" + getReferrer());
Alert newFeatureAlert;
add(newFeatureAlert = new Alert("newFeatureAlert", Model.of("Check out our <a href=\"/help\"><strong>New Features</strong></a> like <code>image upload</code> via clipboard or drag and drop, <code>keyboard shortcuts</code>, and more!")) {
protected Component createMessage(final String markupId, final IModel<String> message) {
return new Label(markupId, message).setEscapeModelStrings(false);
}
});