Hi Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version 2.0, so you can change the renderers directly on that package.
regards Leonardo Uribe 2009/8/11 Curtiss Howard <[email protected]> > 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 >
