String link = "?responder=stoptest&id=" + stopResponderId;
HtmlTag status = HtmlUtil.makeSilentLink(link, new RawHtml("Stop Test"));
status.addAttribute("class", "stop");
writeData(HtmlUtil.makeReplaceElementScript("test-action", status.html()).html());
}
protected void removeStopTestLink() {
HtmlTag script = HtmlUtil.makeReplaceElementScript("test-action", "");
writeData(script.html());