当前位置:网站首页>thymeleaf th:value 为null时报错问题
thymeleaf th:value 为null时报错问题
2022-04-23 04:18:00 【猎人在吃肉】
通常,thymeleaf 显示值的方式:
<input type="text" class="form-control" th:value="${userDO.name}">
但是,当对象userDO 为空,或者 对象的属性name 为空时,会报错。
可以优化为如下:
<input type="text" class="form-control" th:value="${userDO?.name}">
如果是多层对象嵌套,可以如下写法:
<input type="text" class="form-control" th:value="${userDO?.name?.lastName}">
版权声明
本文为[猎人在吃肉]所创,转载请带上原文链接,感谢
https://xiaojin21cen.blog.csdn.net/article/details/120864301
边栏推荐
- HMS Core Discovery第14期回顾长文|纵享丝滑剪辑,释放视频创作力
- STM32上μC/Shell移植与应用
- [AI vision · quick review of robot papers today, issue 30] Thu, 14 APR 2022
- [BIM introduction practice] Revit building wall: detailed picture and text explanation of structure, envelope and lamination
- Xiaomi, qui a établi le plus grand volume de ventes de téléphones portables domestiques sur le marché d'outre - mer, se concentre de nouveau sur le marché intérieur
- 伦敦银最新价格走势图与买卖点
- Qtspim manual - Chinese Translation
- 【论文阅读】【3d目标检测】Improving 3D Object Detection with Channel-wise Transformer
- Retrieval question answering system baseline
- 基于PHP的代步工具购物商城
猜你喜欢
Qtspim manual - Chinese Translation
[AI vision · quick review of today's sound acoustic papers issue 1] Thu, 14 APR 2022
Hard core chip removal
使用大华设备开发行AI人流量统计出现时间不正确的原因分析
[latex] differences in the way scores are written
Xiaomi, qui a établi le plus grand volume de ventes de téléphones portables domestiques sur le marché d'outre - mer, se concentre de nouveau sur le marché intérieur
[AI vision · quick review of robot papers today, issue 29] Mon, 14 Feb 2022
Second kill all interval related problems
Shopping mall for transportation tools based on PHP
【BIM+GIS】ArcGIS Pro2.8如何打开Revit模型,BIM和GIS融合?
随机推荐
io.Platform.packageRoot; // ignore: deprecated_member_use
Does China Mobile earn 285 million a day? In fact, 5g is difficult to bring more profits, so where is the money?
MYSQL50道基础练习题
A new method for evaluating the quality of metagenome assembly - magista
【BIM入门实战】Revit中的墙体层次以及常见问题解答
Mysql出现2013 Lost connection to MySQL server during query
What is software acceptance testing? What are the benefits of acceptance testing conducted by third-party software testing institutions?
Man's life
Shopping mall for transportation tools based on PHP
UDP protocol and TCP protocol
【测绘程序设计】坐标反算神器V1.0(附C/C#/VB源程序)
一个函数秒杀2Sum 3Sum 4Sum问题
Second kill all interval related problems
顺序表的基本操作
C语言常用字符串处理函数
Summary of knowledge map (3)
[AI vision · quick review of NLP natural language processing papers today, issue 28] wed, 1 Dec 2021
上海航芯技术分享 | ACM32 MCU安全特性概述
Machine translation baseline
QT program integration easyplayer RTSP streaming media player screen flicker what is the reason?