Hello Bernd. I want to replace LinkRenderer with own extended implementation of LinkRenderer. I have to display link with url specific for action, now it renders like "... href="#" ..." it's not suitable for me. Now I've created factory that wrapes TobagoRenderKit and returns my renderer for Link. I don't want to wrap TobagoRenderKit. But I can't change renderer implementation.
Could you additional attribute in link component like "href"? In many cases it will be a possible solution to show in addressbar address that user may bookmark. Thanks, Olexandr. -----Original Message----- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Friday, December 30, 2005 6:17 PM To: MyFaces Discussion Subject: Re: TobagoRenderKit.addRenderer Hello Olexandr, can you describe what you want to change. getRenderer(String family, String rendererType) is used for the theming mechanism. Implementing addRenderer would nothing change for now. But you can customize the theme or make a new theme with only a few changes. Best Regards Bernd Bohmann Olexandr Zakordonskyy schrieb: > Hi guys, > > addRenderer() still isn't implemented. I need to change the way standard > components is rendering, but can't. > > Are you going to implement? > > Thank, > Olexandr. > > -- Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

