HtmlPanel

I am creating a new panel and adding to some JSF components like InputBox to it. Later I am adding that panel to Form. But it is not coming on UI but Form.getChildCount() increasing everytime I am adding. How to show that dynamically created panel on UI ?. I tried Form all encodeXXXXX methods, it is assertion failure.

Please help me.

[348 byte] By [phani_prakhyaa] at [2007-11-27 5:15:06]
# 1
In JSF 1.1 the HtmlForm doesn't render children. If using JSF 1.2, it does. Also see http://forum.java.sun.com/thread.jspa?threadID=5161699
BalusCa at 2007-7-12 10:37:15 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...