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 programmatically from JSF manage bean?