boolean dynamic = false;
String imageName = null;
PageRenderSupport pageRenderSupport = TapestryUtils.getPageRenderSupport(cycle, this);
ILinkComponent serviceLink = (ILinkComponent) cycle
.getAttribute(Tapestry.LINK_COMPONENT_ATTRIBUTE_NAME);
if (serviceLink == null)
throw new ApplicationRuntimeException(Tapestry
.getMessage("Rollover.must-be-contained-by-link"), this, null, null);
boolean linkDisabled = serviceLink.isDisabled();
if (linkDisabled)
{
imageURL = getAssetURL(getDisabled(), cycle);