fn:我的所有页面上的长度都是未定义的,jstl

时间:2011-05-27 05:38:25

标签: jstl

出于某种原因,当我在目标文件夹中进行maven安装时,我现在收到以下错误。为什么会发生这种错误?

函数fn:length未定义

${fn:length(model.action.websites) <= 0}

<dependency>
            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jstl</artifactId>
            <version>1.2</version>
        </dependency>

1 个答案:

答案 0 :(得分:0)

终于搞定了。经过两个小时的清洁,编译,清洁和安装它终于突破了。我很高兴我是.NET开发人员。