jsp 页面中El表达式失效处理

<%@ page isELIgnored="false" language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

在page 标签头加上

isELIgnored="false"


也可以参考http://www.iteye.com/topic/231840 这里说的比较详细

你可能感兴趣的:(jsp,EL)