Scenario is,
I want to add some Input text on my page programmatically.I.e When I press Button or Press Enter in a Text input, it automatically insert in Page's Source File(XML file) the Code Below
<h:inputText id="it6" style="height:15px; width:40px;"/>
this code is generated when we add input text of HTML type on JSPX page.
how I can generate this code or insert Input Text programmatically ? Thanks in Advance