求助各位大神jsp页面异常

图片说明org.apache.jasper.JasperException: /resource/myself/demo2/list.jsp(86,3) The function getList must be used with a prefix when a default namespace is not specified

这是86行

        求大神给小弟解决一下

你搜一下这个错误,网上很多种情况,你对照着,按照符合自己问题的方法解决

http://www.cnblogs.com/draem0507/archive/2013/03/05/2944770.html

错误信息里已经说了,你需要在pageinfoannounces.getList()前面加上完整的类路径。即xxx.yyy.pageinfoannounces.getList()