我在执行一个机制方面遇到问题,即使用总理法,检查共同基金表格中的强制性投入领域,或者在提交表格之前由用户填写。
I have used required="true" mechanism in inputTexts for checking and firing a custom message before submitting for prompting the user to enter some value to the mandatory fields such as this:
<p:inputText id="exp" required="true" requiredMessage="#{lang.dailyCurrencyValues_exp_req_txt}" value="#{marketDataDefinitionProcesses.currencyType.explanation}"/>
如果用户成功完成呈报并在同一页中停留,我就要求我重新启用该页。 为了执行这一规定,我使用了oncomplete=”document.myForm.reset();<> on the submission button, which is amended reging the form and all the areas in the form.
然而,如果用户不进入所有强制领域,并报送提交纽特,则表格提供
<p:calendar id="dateValueId" value="#{marketDataDefinitionProcesses.currencyType.dateValue}" pattern="dd.MM.yyyy" required="true" requiredMessage="#{lang.dailyCurrencyValues_dateValueId_req_txt}"/>
我没有回过 Java本收回日历要素价值。
现在,我正在等待大家对解决这一问题的意见。 我认为,利用贾瓦文检索日历值或检索
Yours Sincerely...
Faruk