提交方法向php脚本提交XML数据。
The submission method makes use of Posting XML data to a PHP script.
“方式”,例如业务流程、契约和提交方法
“How”, i.e. Business processes, contracts, and delivery methods
本系列的第2部分简要介绍了各种基本XForms提交方法,这里总结一下。
Part 2 of this series took a quick look at the various basic XForms submission methods, which are recapped here.
这里将提交方法设置为post,然后使用表单的serialize方法添加参数。
In this case, I set the method of submission to post and add the parameters from the form by using the serialize method on the form.
沿着图1的底部,有三种提交方法,从上到下的点线表示具体的方法返回的生命周期中的时间点。
Along the bottom of Figure 1 are the three types of submission methods, with the vertical dashed lines indicating the point in the lifecycle at which that particular method will return.
每一个还有余额(outstanding balance)的账户都允许用户为某一账目输入付款金额,通过提交方法将该信息存储到数据库中去。
Each account with an outstanding balance allows the user to enter an amount paid on an account with a submit method to store that information in the database.
XForms标准支持通常的HTML表单提交方法,但是HTML需要method和enctype来指定提交方法,而XForms只需要一个method。
The XForms standard supports the usual HTML form submission methods, but, where HTML requires a method and enctype to specify the submission method, XForms requires only a method.
只要可能,事务拥有者应该是对事务执行提交和回滚的唯一方法。
Whenever possible, the transaction owner should be the only method that performs commits and rollbacks on the transaction.
有时作为搜索引擎优化的一个快速方法- - -大量地提交,是最无用的并且很可能不会实现你的目的。
Mass submissions, which are sometimes offered as a quick work-around SEO method, are mostly useless and not likely to serve your purposes.
定制组件必须在验证发生之前覆盖这个方法以提交属性。
A custom component must override this method to commit properties before validation happens.
如果成功接收了整个消息组,则方法将完成,容器将提交事务,从而从目的地中删除这些消息。
If the entire message group is received successfully, then the method completes and the container commits the transaction, thereby removing the messages from the destination.
在向后执行此过程后,要再次重新执行此过程的惟一方法是重新提交这些表单。
After you've moved backwards in the process, the only way to progress again is to resubmit the forms.
因此,当用按钮提交表单时,关联的方法就会被调用(假设所有验证无误)。
Thus, when the form is submitted with the button, the associated method gets invoked (assuming that all validation is ok).
但是,由于这个示例中的搜索表单使用GET方法提交数据,当前url通常会包含一列其他搜索参数。
However, since the search form in this case submits data using the GET method, the current URL will usually contain a list of additional search parameters.
只有资源管理器知道它们的资源及提交或回滚它们的方法。
Resource managers are the only ones who know their resources and how to commit them or roll them back.
无论开始事务的方法身处何处,事务所有者都是管理事务和执行提交或回滚的惟一方法,这一点非常重要。
Regardless of where the method that starts the transaction resides, it's important that the transaction owner be the only method to manage the transaction and perform the commit or rollback.
模块接口的自动化测试使得SCA组件开发人员能够使用可重复而又有效的方法来验证提交组件的质量。
Automated testing of the module interfaces enables the SCA component developer to use a repeatable and efficient means of verifying the quality of the delivered components.
此模式实现万无一失方法,涵盖了提交故障。
This pattern implements a belt-and-braces approach to cover failures of the commits.
客户端层方法是惟一负责开始、提交和回滚事务的方法。
The client-layer methods are the only methods that are responsible for starting, committing, and rolling back the transaction.
有了JSFUnitAPI,测试类方法可以提交表单数据,并且验证管理的bean是否被正确更新。
With JSFUnit API, the test class methods can submit data on a form and verify that managed beans are properly updated.
使用jQuery触发一个表单提交有两种方法:使用submit处理函数或click处理函数。
There are two ways to trigger a form submission using jQuery: using the submit handler or the click handler.
当管理事务的时候,您可以在Hibernate对象上调用开始、提交以及回滚方法。
When managing transactions, you can call begin, commit, and rollback methods on a Hibernate object.
diff可以帮助我们创建补丁文件(patch file),后者是我们向很多开放源码软件项目发送代码提交时通常使用的方法。
The diff helps you create a patch file, which is the preferred way of sending code submissions to many open source projects.
在使用提交的数据调用FileUploader方法时,大部分解析入站消息负荷的工作已经完成。
Most of the heavy lifting of parsing the inbound message payload is already done by the time the FileUploader method is called with the submitted data.
有很多方法可以使用XForms提交数据。
There are many ways in which the data can be submitted using XForms.
这个库提供一个相当简单的接口,可以通过bind方法异步地提交表单数据。
This library provides a fairly simple interface for submitting the forms data asynchronously through the bind method. Listing 9 shows an example
无论用户何时执行需要他们提交页面的操作,execute方法都是首要入口点。
The execute method is the primary entry point whenever a user executes an action that requires them to submit the page.
VXML使用输入方法将类别和短语信息提交给servlet。
The VXML USES the input method to submit the category and phrase information to the servlet.
收集表单数据和基础url之后,使用dojo库xhrpost方法提交AJAX调用。
After you have gathered form data and the base URL, you submit the AJAX call by using the Dojo library xhrPost method.
收集表单数据和基础url之后,使用dojo库xhrpost方法提交AJAX调用。
After you have gathered form data and the base URL, you submit the AJAX call by using the Dojo library xhrPost method.
应用推荐