Form-生成一个HTML异步提交的表单。
Form - Renders an HTML form that is submitted asynchronously.
这允许生成的连接器在运行时用于提交的表单数据。
This allows a generated connector to be used at runtime for submitted forms data.
该脚本容易受跨站点脚本攻击,因为它盲目输出所提交的表单数据。
This script is vulnerable to cross-site scripting attacks because it blindly prints out submitted form data.
然后,当用户单击submit按钮时,服务器接收到提交的表单数据后将返回一个消息。
Then, when the user clicks Submit, the server is sent the form data and replies with a message.
通过要求表单提交包含有效的认证密钥,然后才能处理,可以使攻击者更难伪造其他用户提交的表单。
By requiring that a form submission contains a valid authorization key before processing, you make it much more difficult for someone to forge a form submission for another user.
最后,为每个控制器创建一个称为invalid的操作,并使用这个方法通知用户提交的表单无效。
Finally, create an action for each controller called invalid and use the method to inform the user that their form submission was invalid.
通过添加必需的代码将所提交的表单放置在工作流过程上,您可以改进本文所描述的集成servlet。
You can improve the integration servlet described in this article by adding the necessary code to place the submitted form onto a workflow process.
在本例中,我希望获取通过createticket. gtpl页面提交的表单元素,并在系统中创建一个新罚单。
In this case, I'd like to capture the form elements submitted via the createticket.gtpl page and create a new ticket in the system.
这需要另一个模块,它负责验证用户通过表单提交的数据。
This calls for another module, one that validates the data that users submit through forms.
必须存在一种机制,可以按照该机制提交已完成的表单,用于处理和存储。
A mechanism must exist by which a completed form can be submitted for processing and storage.
首先,提交包含索赔表单的索赔文件夹进行处理。
First, a claim folder containing a claim form is submitted for processing.
当攻击者向用户提交的动态表单引入恶意脚本时,就会产生跨站点脚本(XSS)攻击。
When an attacker introduces a malicious script to a dynamic form submitted by the user, a cross-site scripting (XSS) attack then occurs.
在测试产品时,用户的系统可能会变得不稳定,在提交完整的表单前,他们可能需要多次重启计算机。
The users' systems might become unstable during the product testing and they might need to restart the computer several times before submitting the completed form.
通过在提供的表单中提交适当的JDBCURL和SQL命令来测试集成。
Test the integration by submitting appropriate JDBC URL and SQL commands in the form provided.
例如,在处理表单中用户的输入时,您通常会检查提交的每个表单,以确保其中提供的是预期的内容(数字、邮政编码、字母字符等等)。
Well, when dealing with user input from forms, for example, you typically check each form submitted to make sure that it's what you expect (numbers, ZIP code, alphabetic characters, and so on).
提交无效的表单时会发生什么情况?
通过在提供的表单中提交适当的JDBCURL和SQL命令来测试集成。
Test the integration by submitting appropriate JDBC URL and SQL commands in the HTML form provided by HelloCloudscape.jsp.
表单只能提交回最初下载表单的服务器。
Forms can only be submitted back to the server they were originally downloaded from.
php代码,用来处理通过表单提交的输入。
The PHP code that processes the input submitted through the form.
图1显示了准备提交的Ajax表单。
基本是在暗示这只是一个典型的处理所提交表单值的请求-响应(request - and -response)场景。
Basic simply implies a typical faces request-and-response scenario dealing with submitted form values.
通过在HelloCloudscape.jsp 提供的表单中提交适当的JDBCURL和SQL命令来测试集成。
Test the integration by submitting appropriate JDBC URL and SQL commands in the form provided by HelloCloudscape.jsp.
提交规则是可选的;只有在希望提交数据实例而不是整个表单的情况下,才需要提交规则。
The submission rule is optional; you need it only if you want to submit just the data instance instead of the entire form.
提交之后,任何与所提交表单相关的临时数据都会从内存清除。
Any temporary data associated with a submitted form should be flushed from the memory.
这类提交可以过滤表单的各个部分(如果需要的话),可以作为HTML数据而不是XFDL 数据提交表单。
These submissions can filter out various parts of the form, if desired, or submit the form as HTML data instead of XFDL data.
第二个表单是实际的搜索表单,用来提交查询并显示搜索结果。
The second is the actual search form used for submitting queries and displaying search results.
XFDL提交:这类提交通常向处理应用程序提交完整的表单。
XFDL submissions. These typically submit the complete form to a processing application.
这些特殊的提交需求可能降低表单的价值,因为单个表单不能封装各表单填写位置的特殊提交需求。
These unique submission requirements can erode the value of a single form since a single form cannot encapsulate each form filling location's unique submission requirements.
提交表单中的值将被作为一个参数接收。
The values in the submitted form will be received as an argument.
现在已经有了一个安全的表单,下面用这个表单提交的数据做一些比较有意思的事情。
Now that we have a secure form, let's do something a little more interesting with the data being submitted from this form.
应用推荐