具有一个表单 client.xhtml ,该表单具有一个字段
<p:inputMask mask="9999" id="idYear" value="#{bean.year}" label="#{msg['year']}" />
单击时
<p:commandButton id="btnSave" value="#{msg['curric.save']}"
process="form"
action="#{controller.save}"
update="form" />
当它到达backBean时,年份的值为零,但我没有提供任何信息...