问题描述:

1. 后台返回到JSP前台的的list,在jsp页面使用EL表达式遍历时出现如下问题:javax.el.PropertyNotFoundException: Property 'ID' not found on type java.lang.String

2. ID在是int类型。需要在jsp页面把ID转为String类型。

3. 转换的方法为:${item[fn:trim(u.id)]}


需要在页面引入:

<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>


El表达式将int转String

${item[fn:trim(s.index)]}



El表达式判断是否为空字符串


   

  


El表达式判断是否为空

 null } 返回true 的话,表示为空