Can instanceof operator be simulated in JSTL / EL?
843836Jun 22 2004 — edited Jun 27 2007I am converting some jsp pages that used scriptlets to JSTL / EL and I came across a situation where the instanceof operator is being used. Is there a way to simulate this operator using EL?