How can i dynamically add UIComponent into jsf view from managed bean without using javascript. What i want is to simply display additional elements on the page when the response return like inputText when a button is fire.
How can i do this programatically from jsf manage bean?
Thanks in advanced. -cheers :)
