eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 107 forks source link

Improve timing of firing PreRemoveFromViewEvent wrt children #5454

Closed BalusC closed 1 week ago

BalusC commented 2 weeks ago

https://github.com/eclipse-ee4j/mojarra/issues/5445

Essentially, while removing children, they (naturally) don't expect the parent to already be removed at that point.

Wait with merging. I want to run entire TCK on this just to exclude this was done intentionally by the original developer.