表单数据用于任务的输出消息中。
表单数据在输入时进行验证。
本例中的表单数据只有电子邮件地址。
都是表单数据需要提交到的URL。
用Ajax提交表单数据
joinForm用来容纳表单数据。
在服务器端管理表单数据。
确保表单数据与现有的数据记录不冲突。
Ensure that the form data doesn't conflict with existing data records.
处理成功的表单数据提交。
为自动填充控件构建表单数据提供程序。
清单2展示了这个表单数据提供程序接口。
应用程序控制器利用它直接传入表单数据。
This is used by the application controller to simply pass in the form data directly.
在客户端获取表单数据。
企业应用程序接收表单数据实例以进行处理。
The enterprise application receives the forms data instances for processing.
一些电话不支持使用POST方法发送表单数据。
Some phones do not support the POST method of sending form data.
构建表单数据提供程序来为此控件提供表单数据。
Build a form data provider to supply form data to the control.
这允许生成的连接器在运行时用于提交的表单数据。
This allows a generated connector to be used at runtime for submitted forms data.
该脚本的第一部分对所提交的表单数据执行基本验证。
The first part of the script performs basic validation on submitted form data.
通常,只有在提交表单时才会检查表单数据的有效性。
The validity of data in the form is not checked until the form is submitted.
在XForms中保存表单数据供日后使用也很容易。
Saving a form's data for use later is also easy with XForms.
首先,为了保存表单数据,必须选择数据结构和存储库。
First, you must choose a data structure and a repository for keeping the form data.
运行表单应用程序,使表单数据与服务器同步以进行处理。
Run the forms application and sync the forms data to the server for processing.
本节还将解释如何正确地编码表单数据以将它提交给服务器。
This sections also explains how to encode the form data properly to submit it to the server.
例如:假设您有一个表单,它使用ssl来加密所有表单数据。
Here's an example: suppose you have a form which USES SSL to encrypt all form data.
尽管它们对于表单数据和交互非常合适,但是不太适合维护状态。
While they are very good for form data and interaction, they are not very good for state.
任何逻辑,你希望表单数据被推倒后台代码变量可以在这里完成。
Any logic where you want the form data to be pushed to behind code variables can be done here.
然后脱机服务器必须搜寻特定的基于表单的页面并提交表单数据。
It then must crawl to the specified form-based page and submit the form data.
Spring标记库用于绑定表单数据与HTML表单中的字段。
Spring tag libraries are used to bind the form data with fields in HTML form.
该脚本容易受跨站点脚本攻击,因为它盲目输出所提交的表单数据。
This script is vulnerable to cross-site scripting attacks because it blindly prints out submitted form data.
在本系列中,表单数据会存储于数据存储库中,而非直接打印出来。
In this article, the form data will be stored in the data repository, instead of being printed.
应用推荐