`

javax.el.PropertyNotFoundException: Property 'hasNextPage' not found on type...

阅读更多

问题:javax.el.PropertyNotFoundException: Property 'hasNextPage' not found on type Page

在使用JSTL的EL表达式时,使用page.hasNextPage时,报了以上错误。但实际上Page这个类中确实有hasNextPage这个方法。

 

 

解决:

从网上查了一些资料,有人说这是因为Tomcat环境下,EL表达式只能识别以get开头的方法。然后试了试,在Page类中将hasNextPage方法名改成gethasNextPage,然后再使用page.hasNextPage时果然没有报错了。但是,是不是因为tomcat环境造成的却不得而知,因为也没在别的类型的服务器上试过。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics