在google app engine 中使用jstl

在google app engine 中使用jstl

 google app engine当中包含有jstl,但是默认页面当中是被忽略。

要使Google App Engine的jsp文件支持JSTL,就要在文件的头部加入以下的代码:

<%@ page isELIgnored="false" %>  

你可能感兴趣的:(在google app engine 中使用jstl)