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

服务部署调试时出现这样的错误

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

经过查找发现是提示的modify_admin.jsp中

<c:forEach var="temp" items="${list}"  begin="1" end="3">  begin前面少了个空格所致。

看来空格在jsp中很重要啊

切记!!!!!!!

你可能感兴趣的:(jsp,调试,whitespace)