JSF EL: instanceof reserved but not yet implemented?

大兔子大兔子 提交于 2019-12-05 18:10:32

问题


I've found the instanceof operator in JSF EL, but it throws an exception when used. It's obviously reserved but not implemented? When will it (probably) be available, if not already in a newer version than JSF 1.2, which I'm currently using?


回答1:


The keyword instanceof is indeed reserved in the EL (see here), but it is still not used in the latest version of EL (2.2), used in JSF 2.x.



来源:https://stackoverflow.com/questions/5549999/jsf-el-instanceof-reserved-but-not-yet-implemented

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!