开发者

fn:length is undefined on all my pages now, jstl

开发者 https://www.devze.com 2023-03-09 03:33 出处:网络
For some reason I am getting the error below now when I do a maven install in the target folder.Why would this error happen?

For some reason I am getting the error below now when I do a maven install in the target folder. Why would this error happen?

The function fn:length is undefined

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


Finally got it working. After two hours of cleaning, compiling, mvn cleaning and installing it finally broke through. I am so glad I am a .NET developer.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号