日期:2014-05-16 浏览次数:20385 次
原因是 tld 标签没有闭合。
例:
异常 ( 错误 ) 写法:
<bean:write name="user" property="name">
正确写法:
<bean:write name="user" property="name"/>