You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/07/31 16:12:06 UTC

DO NOT REPLY [Bug 45511] EL "empty" keyword does not work

https://issues.apache.org/bugzilla/show_bug.cgi?id=45511





--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-07-31 07:12:06 PST ---
It looks like it is caused by the fix for 42565. That fix causes issues with
use of brackets and whitespace.

For example, these work:
${empty ('')}
${(true) and (false)}

but these fail:
${empty('')}
${(true)and(false)}

The workaround is to add some white space. I'm currently looking at the jjt
file.


-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org