首页 > Web开发 > 详细

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

时间:2016-04-06 15:24:29      阅读:274      评论:0      收藏:0      [点我收藏+]

一个jsp页面在本地运行一点问题没有,发布到服务器就报错了:

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

最后发现竟然是这么一上小问题,在pageEncoding="GBK"前面少了一个空格

<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%>

加个空格,问题解决

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

原文:http://www.cnblogs.com/yangyabo/p/5359154.html

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