JSF EL: instanceof reserved but not yet implemente

2019-04-05 15:45发布

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条回答
倾城 Initia
2楼-- · 2019-04-05 15:56

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.

查看更多
登录 后发表回答