errorLinkItem.setVAlign(VerticalAlignment.BOTTOM);
errorLinkItem.setErrorOrientation(FormErrorOrientation.LEFT);
errorLinkItem.setTitle(MSG.common_severity_error());
errorLinkItem.setValue("<span style=\"text-decoration:underline;\">"
+ getShortErrorMessage(operationHistory) + "<span>");
errorLinkItem.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
final Window winModal = new Window();
winModal.setTitle(MSG.common_title_details());
winModal.setOverflow(Overflow.VISIBLE);