Jstl

0 respostas
R

Estou utilizando o JSTL 1.1 , porém está ocorrento o seguinte erro no .jsp: :frowning:

org.apache.jasper.JasperException:

Validation error messages from TagLibraryValidator for c

222: tag = ‘out’ / attribute = ‘value’: An error occurred while parsing custom action attribute “value” with value “${fn:length(MarginMonitor)}”: org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported.

Alguém poderia me enviar o que devo fazer no WEB.XML ou colocar no lib da aplicação ?

Arquivo JSP:

.
.
<%@ taglib prefix=“fn” uri=“http://java.sun.com/jsp/jstl/functions” %>
.
.
.
rrrr:<c:out value="${fn:length(MarginMonitor)}"/>

Grato,
Ricardo

Criado 24 de agosto de 2005
Respostas 0
Participantes 1