Hi, For MYFACES-2302 I need to modify HtmlLinkRendererBase to handle HtmlOutcomeTargetLink components. Obviously I would prefer to override the method in HtmlLinkRender, but the logic falls right in the middle of renderOutputLinkStart(), which means I'd have to duplicate a bunch of other logic.
My question: what's the best way to approach this situation? I don't want to have to duplicate logic from the parent class, but it seems as though the shared renderkit stuff is written against 1.2, and I'm referencing 2.0-specific code, so I can't easily update the shared renderkit. Suggestions? Thanks, Curtiss Howard
