使用myclipse开发web工程,报错,The function size must be used with a prefix when a default namespace is not specified
主要原因是使用了myeclipse自带的tomcat,使用的是tomcat6版本,没有使用tomcat7的版本,导致了这个错误。
换成tomcat7之后这个错误就没了。
本文介绍了一个在使用MyEclipse开发Web工程时遇到的错误:The functionsizemustbeusedwithaprefix when a default namespace is not specified。此错误出现的原因在于使用的Tomcat版本为6,而非7。更换到Tomcat7后,该问题得到解决。
使用myclipse开发web工程,报错,The function size must be used with a prefix when a default namespace is not specified
主要原因是使用了myeclipse自带的tomcat,使用的是tomcat6版本,没有使用tomcat7的版本,导致了这个错误。
换成tomcat7之后这个错误就没了。
1万+
256
9604
3286

被折叠的 条评论
为什么被折叠?