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.
javax.faces.validator.ValueExpressionAnalyzer$InterceptingResolver should also override (and delegate) the method "invoke" from ELResolver otherwise the BeanValidator wouldn’t support expressions with method invocations (e.g. #
{exampleBean.anyMethod(anyParam).value}
.
Currently it doesn’t override the method so the default implementation is taken which returns null and leads to problems…
javax.faces.validator.ValueExpressionAnalyzer$InterceptingResolver should also override (and delegate) the method "invoke" from ELResolver otherwise the BeanValidator wouldn’t support expressions with method invocations (e.g. #
{exampleBean.anyMethod(anyParam).value}
.
Currently it doesn’t override the method so the default implementation is taken which returns null and leads to problems…
proposed solution: treblereel/jboss-jsf-api_spec@19738f4
Affected Versions
[2.1.29-10]
The text was updated successfully, but these errors were encountered: