Hi everybody,
I'm writing my first component, and something with the component renderer relation doesn't work. I use
JSF with facelets and started at the taglib.xml with
Thereafter I added the
faces-config.xml with the component and the renderer in the renderer-kit
IMHO that should be enough to connect a component to the appropriate renderer. In the server log I found this during serverstartup:
Now the problem, when I try to render my Rect the following error is shown in the server log:
As you see, the render-type is wrong. Does anybody have some sugestion how to connect the component with the renderer.
Greetings
Eric