Reputation: 54074
I am starter in JSF2.0.
I am using MyFaces.
My little tutorial apps are ok, but I noticed in the logs of MyFaces the following:
org.apache.myfaces.util.ExternalSpecifications isUnifiedELAvailable INFO: MyFaces Unified EL support disabled
I am not sure what does this actually mean, and also how I could enable it if want to? Via the web.xml?
Thanks
Upvotes: 1
Views: 3332
Reputation: 108859
MyFaces 2 will take advantage of JSP EL 2.2 features if they are available; I'm guessing your container provides JSP 2.1.
Upvotes: 2