Create JSF component

Hi,

i would like to create a jsf component and read this post: http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Creating_a_Java_Control_in_an_NSF

but unfortunately there is no description how to create a tag handler and a tag library descriptor like in common jsf.

i know that you can add properties to a control by inserting a “” tag in the faces-config.xml. but i didn’t find a way to create the value binding for the component (which is actually done in the tag handler).

Are there any suggestions?

Thanks in advance,

Benjamin