0 Replies Latest reply on Sep 4, 2007 4:35 PM by ericjava

    instanceof in Expression Language?

      I can see that instanceof is a reserved word, but is it implemented? I'm displaying a table with links to detail pages. But those pages will be different depending on what sub-type of object is in the table. It would be great to be able to say: rendered="shape instanceof Rectangle" and then have it link to a page that shows info about the rectangle. Any suggestions on this?

      Thanks