1. 程式人生 > >Invalid field value for field "onDutyDate"

Invalid field value for field "onDutyDate"

在struts2中表單傳遞Date類資料時出現數據轉換異常

<s:date name="onDutyDate" var="myDate" format="yyyy--MM--dd"/>
<s:textfield name="onDutyDate" readonly="true" value="%{#myDate}" onfocus="c.showMoreDay=true;c.show(this);"></s:textfield>

資料格式format="yyyy--MM--dd"有誤,應為format="yyyy-MM-dd"