Sorry i have seen that the xml was one of my trys ... i wanted to send this
xml snippet without the render-kit-class :
 <application>
        <default-render-kit-id>
            org.apache.myfaces.trinidad.core
        </default-render-kit-id>
    </application>
    <render-kit>
     <render-kit-id>
              org.apache.myfaces.trinidad.core
      </render-kit-id>
       <renderer>
         <component-family>org.apache.myfaces.trinidad.Go</component-family>
         <renderer-type>org.apache.myfaces.trinidad.Link</renderer-type>
         <renderer-class>at.irian.Testrenderer</renderer-class>
      </renderer>
   </render-kit>

Is it really nessacary to encapsulate the CoreRenderKit? I will try this
tomorrow.

Thanks && Regards,
Martin Haimberger

On Dec 5, 2007 6:40 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote:

> Hi
>
> Maybe if you try a DelegateCoreRenderKit class that encapsulates
> CoreRenderKit, register it as another renderkit and on this RenderKit
> register your custom implementation. This should work.
>
> Leonardo Uribe
>

Reply via email to