Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Henrik Troeng
Hi, I have a large set of custom components for my jsf/facelet/portlet project. I have currently been using SUN-RI implementation, but recently switched to Myfaces 1.2.9. The components are developed without any specific renderer, the rendering is done directly under the component (extending the U

Re: Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Rudy De Busscher
Hi Henrik, You can override the method getRendererType() and return null. Then there is no search for the renderer done. Regards Rudy. On 17 January 2011 10:36, Henrik Troeng wrote: > Hi, > I have a large set of custom components for my jsf/facelet/portlet project. > I have currently been us

Re: Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Henrik Troeng
It works like a charm, many thanks for the good advice! Regards Henrik 2011/1/17 Rudy De Busscher > Hi Henrik, > > You can override the method getRendererType() and return null. Then there > is no search for the renderer done. > > Regards > Rudy. > > > On 17 January 2011 10:36, Henrik Troeng w