// Check to see if we have a childURL, evalute it here (after component
// is created, before rendered) so we can use the link itself to define
// the URL. This has proven to be useful...
Object val = desc.getOption("childURL");
if (val != null) {
link.getAttributes(). put("url", desc.resolveValue(
FacesContext.getCurrentInstance(), link, val));
}
// Set href's handlers...
// We do it this way rather than earlier b/c the factory will not