eclipse-ee4j / mojarra

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

UIComponent#PropertyKeys#binding still not removed in 5.0? #5514

Open tandraschko opened 1 month ago

tandraschko commented 1 month ago

as discussed here: https://github.com/jakartaee/faces/pull/1969

BalusC commented 1 month ago

Removing it causes UIComponent#getValueExpression() to not anymore work because these are saved in state on that key.

Should we rename PropertyKeys.bindings to PropertyKeys.valueExpressions?

Btw this issue belongs in Faces project because associated code is since 5.0 not anymore in Mojarra project.