zdmzdm123的gravatar头像
zdmzdm123 2018-03-06 23:49:53

jstl el表达式出错

相关代码片段

1.
org.apache.jasper.JasperException: javax.el.ELException: Error Parsing: ${record.studentNumber==null?studentNumber:record.studentNumber }

2.

javax.el.ELException: Error Parsing: ${record.studentNumber==null?studentNumber:record.studentNumber }

3.

org.apache.el.parser.ParseException: Encountered "studentNumber: record ." at line 1, column 30.
Was expecting one of:
    "(" ...
    <IDENTIFIER> ...
    <NAMESPACE> <IDENTIFIER> "(" ...

运行截图(必填)

jstl el表达式出错jstl el表达式出错jstl el表达式出错

所有回答列表(6)
等一只喵喵的gravatar头像
等一只喵喵  LV1 2018年3月7日
record 取的值有问题,你可以把 record打印出来看是什么东西。
morelucky的gravatar头像
morelucky  LV6 2018年3月10日

record的值看起来是。我猜是你mysql的相关类语句有问题。

Eayon的gravatar头像
Eayon  LV19 2018年3月10日

把record打印出来看看吧!有可能是空值!

ICBC_LI的gravatar头像
ICBC_LI 2018年3月11日

页面的判断问题
问号后面的studentNumber应该不是后台传过去的吧?

${record.studentNumber==null?studentNumber:record.studentNumber }
BovenRaye的gravatar头像
BovenRaye  LV10 2018年3月13日
${record.studentNumber==null?studentNumber:record.studentNumber }
改成
${empty record.studentNumber?studentNumber:record.studentNumber }

试试

硬撑1212999的gravatar头像
硬撑1212999  LV2 2018年3月18日

把record打印出来看看吧!有可能是空值!

顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友