首页 > Web开发 > 详细

eclipse中The JSP specification requires that an attribute name is preceded by whitespace

时间:2015-04-29 15:03:21      阅读:793      评论:0      收藏:0      [点我收藏+]

在eclipse中出现这错误,但在myeclipse中灭有

/WEB-INF/page/mailWrite.jsp (line: 1, column: 82) The JSP specification requires that an attribute name is preceded by whitespace

问题出在一个空格


1对

<%@page language="java" contentType="text/html;charSet=UTF-8" pageEncoding="UTF-8"%>
2报错
<%@page language="java" contentType="text/html;charSet=UTF-8"pageEncoding="UTF-8"%>


2属性之间要用空格隔开

尼玛小问题大麻烦折腾了一个多小时 时间多么宝贵

eclipse中The JSP specification requires that an attribute name is preceded by whitespace

原文:http://blog.csdn.net/u014596302/article/details/45366575

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!