eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
160 stars 109 forks source link

FacesContext EL variable incorrectly references previous instance after sendError() to a Facelet #5207

Closed BalusC closed 1 year ago

BalusC commented 1 year ago

https://github.com/eclipse-ee4j/mojarra/issues/5183 Quick work around for now. Cleanest solution would have been a custom scope like @FacesContextScoped. I'll look at it next.

tandraschko commented 1 year ago

@BalusC we have something similar in MyFaces: FacesScoped but a better name is FacesContextScoped, yup.