Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

unable to validate expressions with method invocations #4228

Open
javaserverfaces opened this issue Feb 8, 2017 · 3 comments
Open

unable to validate expressions with method invocations #4228

javaserverfaces opened this issue Feb 8, 2017 · 3 comments

Comments

@javaserverfaces
Copy link
Collaborator

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]

@javaserverfaces
Copy link
Collaborator Author

Reported by treblereel

@javaserverfaces
Copy link
Collaborator Author

This issue was imported from java.net JIRA JAVASERVERFACES-4224

@edburns
Copy link
Member

edburns commented Oct 29, 2017

Please see this important message regarding community contributions to
Mojarra.

https://javaee.groups.io/g/jsf-spec/message/30

Also, please consider joining that group, as that group has taken the
place of the old [email protected] mailing list.

Thanks,

Ed Burns

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants