Hi Marco, you should set ids on your created components, otherwise you will run into dublicateId exceptions sooner or later. Apart from this your code looks ok for me.
As long as your component returns false for getRendersChildren() you don't need to do it yourselve, this is done in the default implementation of encodeEnd(). Can you explain the problems? Regards, Volker 2007/3/15, Marko Asplund <[EMAIL PROTECTED]>:
Jörn Zaefferer wrote: > This only helps you if you are already using Facelets or have the chance to > start using them: Write a tag. This component is used programmatically by a parent component for which I've written a tag handler. I'm however running into some weird problems and would like to get a confirmation that the component is constructed in a proper way. marko

