org.apache.jasper.JasperException: The function test must be used with a prefix when a default namespace is not specified

前端 未结 3 1830
南方客
南方客 2020-11-28 14:20

I\'m using the following things for my project: Spring 3.0.1 + Apache Tiles 2.2.1 + Glassfish 2.1. What I\'m trying to do is to call some method in a jsp-page and pass some

3条回答
  •  独厮守ぢ
    2020-11-28 15:01

    Please use tomcat 7 if you are using el 2.2 and servlet 3.0 We faced the same and got fixed with above version

提交回复
热议问题