-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Hello,
I’ve found a bug in the javaee-api-7.0.jar:
Problem:
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. #
. Currently it doesn’t override the method so the default implementation is taken which returns null and leads to problems…
Best Regards,
Markus Pollak
- is related to
-
JAVASERVERFACES-4224 Loading...