Can I add JSF components dynamically? I need to have a form with a button which should add one <h:inputText>
to the form. Is this possible?
I know this should be possible in JavaScript somehow. Do anybody know how to do this in JSF? I think the major problem is how do I get or set values of new inputs via #{value}
.