码迷,mamicode.com
首页 > Web开发 > 详细

org.apache.jasper.JasperException: #{...} is not allowed in template

时间:2017-10-18 10:05:04      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:har   defer   iter   word   apach   tle   alt   deferred   not   

org.apache.jasper.JasperException: #{...} is not allowed in template

 
针对jsp页面使用JQueryUI元素,出现org.apache.jasper.JasperException: #{...} is not allowed in template之类异常信息,解决办法如下:
在页面指令处添加 deferredSyntaxAllowedAsLiteral="true" 即可
例如这样:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" deferredSyntaxAllowedAsLiteral="true"%>

org.apache.jasper.JasperException: #{...} is not allowed in template

标签:har   defer   iter   word   apach   tle   alt   deferred   not   

原文地址:http://www.cnblogs.com/tanghao666/p/7684994.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!