You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
When the 'end' attribute is set and Ajax is used,
UIRepeat
skips the last child duringvisitTree
.This appears to be due to this line is
visitChildren
:that I think should be:
the same as in
process
.process
has additional logic to also look at offset and size. It should probably be the same.I'm a hobbyist, so don't have the skill to pull / build / correct / test.
Backing bean and xhtml attached to reproduce.
reproducer-UIRepeat-end.zip
The text was updated successfully, but these errors were encountered: