FreeMarker template error: The following has evaluated to null or missing: ==> blogger.md [in template "admin/about.ftl" at line 44, column 84]

 

FreeMarker template error:
The following has evaluated to null or missing:
==> blogger.md [in template "admin/about.ftl" at line 44, column 84]

 

报错信息:

  admin/about.ftl文件中44行中为null,或者丢失信息,44行代码:<textarea style="display: none;">${blogger.md}</textarea>,也就是说在给textarea赋值的时候出现了null。

原因:数据库中查询出来的md字段值为null,所以数据传递到页面的时候,获取md值的时候就会出现null。

 

posted @ 2018-01-13 17:59  裸奔的太阳  阅读(7961)  评论(0编辑  收藏  举报