Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-07 Thread Martin Haimberger
Hi, the recommandation from leonardo worked... thx @ all! Regards, Martin Haimberger On Dec 6, 2007 7:00 PM, Rafa Pérez <[EMAIL PROTECTED]> wrote: > Hi all, > > I had a similar problem with a custom renderer for panelBox and > SelectManyListbox and discovered that the render kit that was being

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-06 Thread Rafa Pérez
Hi all, I had a similar problem with a custom renderer for panelBox and SelectManyListbox and discovered that the render kit that was being used was DesktopRenderKit. Try it. HTH, - - Rafa On Dec 5, 2007 8:41 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > > Really not. The renderer should be

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Leonardo Uribe
Really not. The renderer should be configured with the same component family and renderer type component family: org.apache.myfaces.trinidad.Go renderer type: org.apache.myfaces.trinidad.Link This is good, but on faces-config.xml on trinidad this renderkit exists: org.apache.myfaces.tr

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Martin Haimberger
Sorry i have seen that the xml was one of my trys ... i wanted to send this xml snippet without the render-kit-class : org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Leonardo Uribe
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

[Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Martin Haimberger
Hi *, i tried to use a custom Renderer for the Component. I did following in the faces-config.xml: org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.core org.apache.myfaces.trinidadinternal.rende