<html:img page="<bean:write name="personalInfo" property=&q

html:img pagebean:write namepersonalInfo propertyheadPic//就出错,改成img src就不出错

<html:img page="<bean:write name="personalInfo" property="headPic"/>"/>就出错,改成<img src>就不出错,怎么办
<html:img   page= " <bean:write   name= "personalInfo "   property= "headPic "/> "/> 就出错,改成 <img   src> 就不出错,怎么办

[解决办法]
标签不能嵌套