https://issues.apache.org/bugzilla/show_bug.cgi?id=51728
--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-08-26 21:56:49 UTC --- You have not provided the full error message (have you looked into the logs?) [[[ ... with root cause javax.el.ELException: The identifier [class] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true. ]]] Anyway, your EL expression is invalid, You can use the following equivalent one instead: ${documentBean['class'].simpleName == 'FaqBean'} -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org