Facelets - Component will not render

Using facelets, trying to get the sandbox picklist working.

Problem is the component doesn't display at all and there is no error message....can I have some advice on what this problem might be or ways to debug the problem?

I have the component declared in the taglib.xml and loaded into the container via web.xml. Other non sandbox components are fine.

Thanks

[386 byte] By [jamesclintona] at [2007-11-27 11:12:44]
# 1

Resolved using -

<tag>

<tag-name>selectManyPicklist</tag-name>

<component>

<component-type>

org.apache.myfaces.HtmlSelectManyPicklist

</component-type>

<renderer-type>

org.apache.myfaces.PicklistRenderer

</renderer-type>

</component>

</tag>

jamesclintona at 2007-7-29 13:56:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...