Hello I would like to make a tag library with extensions.
Where have I to put this entries of faces-config.xml?
<render-kit>
<renderer>
<component-family>html2.faces.Div</component-family>
<renderer-type>html2.faces.Div</renderer-type>
<renderer-class>org.flohmarkt.tag.DivRenderer</renderer-class>
</renderer>
</render-kit>
<component>
<component-type>html2.faces.Div</component-type>
<component-class>
org.flohmarkt.tag.UIDiv
</component-class>
</component>

