myfaces EL 支持已禁用?
我是 JSF2.0 的初学者。
我正在使用 MyFaces。
我的小教程应用程序没问题,但我在 MyFaces 的日志中注意到以下内容:
org.apache.myfaces.util.ExternalSpecifications isUnifiedELAvailable 信息:MyFaces 统一 EL 支持已禁用
我不确定这实际上意味着什么,以及如果需要的话如何启用它?通过 web.xml?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MyFaces 2 将利用JSP EL 2.2 功能(如果可用);我猜你的容器提供了 JSP 2.1。
MyFaces 2 will take advantage of JSP EL 2.2 features if they are available; I'm guessing your container provides JSP 2.1.