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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-10-08 
01:25:40 PDT ---
"100"<"4" is, indeed, true

Note, that you use Long.toString() and thus are comparing Strings.
If you replace those calls with Long.valueOf(), you will get all those four
"false"s that you are expecting.

Also, you are reporting this to a wrong product. EL expressions an a page are
evaluated by JSP engine that is part of the web server that you are using, and
not by any Taglib.

-- 
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

Reply via email to