Richard Wallace wrote:
Martin Marinschek wrote:
You need to explicitly add these new elements, this is entirely your
responsibility...
I understand that, my question is "How do I add the new elements?"
If you can do a refresh, you simple do a binding to the backend bean,
and there you can access the elements via a getChildElements (or
something similarily named control)
If you cannot do a refresh, you have to revert to javascript and dom
(and possibly) ajax to alter the form elements.
For explanation of bindings and backendbeans, lookup the JSF docs, or
http://www.jsftutorials.net/
Werner