trainGetAttribute(cycle, Tapestry.LINK_COMPONENT_ATTRIBUTE_NAME, null);
cycle.setAttribute(Tapestry.LINK_COMPONENT_ATTRIBUTE_NAME, component);
trainIsDisabled(component, true);
cycle.removeAttribute(Tapestry.LINK_COMPONENT_ATTRIBUTE_NAME);
replayControls();
new RendererFixture(writer, cycle, component, "xlink", false, "xtarget", "xurl")
.renderLink(writer, cycle, component);