Hi All,
have a problem here and i am running out of ideads to fix it.
I have a fomular with a dynamic amount of fields (based on a list from the managedbean) and i whould have editing fields for all values.
In general all works: for every element in the list i get an input element in the formular. But on submit NO VALUE will be transfered to the data objects, althought the browser post-command contains all values.
I break down my project to a very little example:
Simple ManagedBean
JSF
Somebody andy idea to solve the problem?
thanks a lot
Dominik
PS: the alternative c:forEach fix the issue in that way that the changed values will be posted to the bean, but isn't an option because of the jsf behaviour of c:forEach (changing the underlying list (or add an elemend for example) will not change the amount of shown elements)