Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSF EL: instanceof reserved but not yet implemented?

Tags:

instanceof

jsf

el

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?

like image 843
Kawu Avatar asked Apr 05 '11 09:04

Kawu


1 Answers

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.

like image 183
Romain Linsolas Avatar answered Nov 06 '22 15:11

Romain Linsolas