该脚本的第一部分对所提交的表单数据执行基本验证。
The first part of the script performs basic validation on submitted form data.
正如第1部分所介绍的,表单数据必须在JS f验证阶段,即JS f组件的所有值都已经由jsf框架转变和验证之后才保存。
As explained in Part 1, the form data must be saved after the JSF validation phase, when all values of the JSF components have been converted and validated by the JSF framework.
表单数据在输入时进行验证。
一个能自动保存表单数据的Ajax请求处理生命周期必须在验证阶段过后终止。
The processing life cycle of an Ajax request that auto-saves form data must be stopped after the Validation phase.
有了JSFUnitAPI,测试类方法可以提交表单数据,并且验证管理的bean是否被正确更新。
With JSFUnit API, the test class methods can submit data on a form and verify that managed beans are properly updated.
如果这些表单数据通过验证,则执行该脚本的第二部分。
If the form data validates, then the second part of the script is executed.
最后,您学习了如何处理表单数据,提供基于表单输入的服务器端验证。
Finally, you learned how to handle form data, providing server-side validation based on form input.
表单数据提交后,根据内置到表单的验证标准对表单数据进行验证。
After the forms data is submitted, the forms data is validated according to the validation criteria built into the form.
BLL包括向支持Ajax的控件提供数据的值提供程序,以及为HTML表单数据提供服务器验证的服务器端验证程序。
The BLL consists of value providers that provide data to the Ajax-enabled controls, and server-side validators that provide server validation for HTML form data.
BLL包括向支持Ajax的控件提供数据的值提供程序,以及为HTML表单数据提供服务器验证的服务器端验证程序。
The BLL consists of value providers that provide data to the Ajax-enabled controls, and server-side validators that provide server validation for HTML form data.
应用推荐