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.

