出错处的代码为
<logic:notEmpty name="book" property="customer">
<bean:write name="book" property="customer.name" />,
<bean:write name="book" property="customer.lastname" />
</logic:notEmpty>
其中customer是book的一个属性,name和lastname都是customer的属性。
找到原因在更新。。也在这里请教路人了