I�ve got a problem with a input field in a nested dataTable. The table displays fine when its built, but there is a problem when the retrieving the entered the input #{task.value}. Any idea what I�m missing?
I discovered that the generated ids for the nested <h:input> are not unique. Is there a way that I build my own ids? I tried using id="#{someVar}", but this was not valid syntax.