Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Want to Insert Text Input Programmatically on RunTime

Zaid MirzaApr 24 2015 — edited Apr 26 2015

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

This post has been answered by Ashish Awasthi on Apr 24 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2015
Added on Apr 24 2015
17 comments
2,418 views