| Sign In/My Account | View Cart |
| Article: |
JSP 2.0: The New Deal, Part 1 | |
| Subject: | functions | |
| Date: | 2004-02-16 13:36:19 | |
| From: | duhua | |
|
I used Tomcat 5.16 and jakarta jstl 1.1 and when i use the functions it says not implemented. Did i make a mistake or is it normal ?
An error occurred while parsing custom action attribute "value" with value "${fn:length(ligne)}": org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported. |
||
Showing messages 1 through 3 of 3.
http://java.sun.com/jstl/core
instead of
http://java.sun.com/jsp/jstl/core
The JSTL 1.0 libraries handles EL expressions by themselves, so to the JSP 2.0 container, they look like custom actions that don't accept EL values.