首页 > Web开发 > 详细

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

时间:2016-06-02 11:09:25      阅读:299      评论: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/dingjiaoyang/p/5552038.html

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