eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
166 stars 112 forks source link

Improve timing of firing PreRemoveFromViewEvent wrt children #5454

Closed BalusC closed 5 months ago

BalusC commented 5 months 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.