struct标签的有关问题

struct标签的问题当数据库中日期型的数据为空时,在页面上用 bean:writename asdgas property ad fo

struct标签的问题
当数据库中日期型的数据为空时,在页面上用 <bean:write   name= "asdgas "   property= "ad "   format= "yyyy-MM-dd "   filter= "true "   /> 总是显示当前的系统日期,怎么样才能让其不显示啊

[解决办法]
lz说不想让 <bean:write> 标签显示系统日期,那想让标签输出什么呢?
[解决办法]
是不是你的数据库里日期类型用的 timestamp 类型
改成 datetime 类型