Re: EL 3.0 Static Field References

2015-03-27 Thread William Lucy
Discussion users@myfaces.apache.org Date: 03/25/2015 06:11 PM Subject: Re: EL 3.0 Static Field References Hi It is in the spec, it should work. There is some code in org.apache.myfaces.el.unified.ResolverBuilderForFaces that deals with this: if (STATIC_FIELD_EL_RESOLVER_CLASS

Re: EL 3.0 Static Field References

2015-03-27 Thread Leonardo Uribe
lu4...@gmail.com wrote on 03/25/2015 06:10:00 PM: From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Date: 03/25/2015 06:11 PM Subject: Re: EL 3.0 Static Field References Hi It is in the spec, it should work. There is some code

Re: EL 3.0 Static Field References

2015-03-25 Thread Leonardo Uribe
Hi It is in the spec, it should work. There is some code in org.apache.myfaces.el.unified.ResolverBuilderForFaces that deals with this: if (STATIC_FIELD_EL_RESOLVER_CLASS != null GET_STREAM_EL_RESOLVER_METHOD != null) { try {