今天日志:
错误:<bean:write name="voteList" property="SeDate" format="yyyy-MM-dd"/>报错
原因:在使用struts时,bean类中变量首写字母必需为小写。
解决方法:如果出现有大写情况,也要在页面输出时使用小写变量名做输出:
<bean:write name="voteList" property="SeDate" format="yyyy-MM-dd"/>
今天日志:
错误:<bean:write name="voteList" property="SeDate" format="yyyy-MM-dd"/>报错
原因:在使用struts时,bean类中变量首写字母必需为小写。
解决方法:如果出现有大写情况,也要在页面输出时使用小写变量名做输出:
<bean:write name="voteList" property="SeDate" format="yyyy-MM-dd"/>