java - JSF / Mojarra 2.0.2: ui:repeat is totally broken when updating via AJAX -
using ui:repeat
simple listing of elements produces strange results - when add element, first element replaced values last element before submit. same occurs when removing elements - first element shows removed element.
with h:datatable
same works perfectly.
running mojarra 2.0.2.
this because bug in mojarra 2.0.2. @ least in case, updating mojarra 2.0.3 resolves issue. however, bug refers cases won't work 2.0.3.
just wanted write separate question i've been having sorts of problems (and asking sort of questions) relating ui:repeat
, specific case again.
other failings ui:repeat
:
my conclusion: whole ui:repeat
tag totally broken @ least in mojarra 2.0.2. updating mojarra 2.0.3 fixes of issues.
Comments
Post a Comment