Can I add JSF components dynamically? I need to have a form with a button which should add one to the form. Is this possible?
I know
Use h:dataTable to add elements dynamically... Have a list of any type you want to provide values for dataTable...
h:dataTable
In h:dataTable... you can include the element tag to create inside
It will be used to generate elements you want to create dynamically.