The code would work even if the form doesn't specify an action URL.
即使这个表单没有指定action URL,此代码仍可以工作。
Select the text in the Default action URL box and copy it to the clipboard.
选择Defaultaction url框中的文本并把它复制到剪贴板。
First, we set the action URL for the form to go to the record method, as shown in Listing 14.
首先,将表单的操作url设为转到record方法,如清单14所示。
Check if the request url is an action url to determine if you need to ignore this request as well.
检查请求url是否为操作url,以确定是否也需要忽略此请求。
In Lotus Notes 8.5, the widget creation wizard has been enhanced to provide the action URL in the element.
在LotusNotes 8.5中,widget创建向导得到了增强,可在元素中提供操作url。
Replace the existing string with the default action URL for the report, and close the Text dialog by clicking OK.
把现有的字符串替换为报表的默认动作url,单击OK关闭Text对话框。
This way, the helper enables the filter to easily determine if a portlet action URL is requested or which portlet mode is called.
这样,Helper就允许筛选器方便地确定是否请求了portlet操作url或调用的是哪个Portlet模式。
An example of when you would want to store Action URLs into the session is an Ajax-driven paging data table that contains Action URL links as part of the data set.
您需要将Action URL存储到会话的例子是Ajax驱动的分页数据表,它包含Action URL链接作为数据集的一部分。
The form's encoded data is submitted to the page identified by the action URL of the form, using the specified HTTP method, which is POST in the case of a JSF form.
编码后的表单数据被提交给由表单的action URL所识别的页面,使用的是特定的HTTPmethod,在JSF表单的情况下,此方法即为POST。
Instead of relying upon a configuration file to map requests to actions, it discovers the appropriate action based on the URL requested.
它没有依赖配置文件把请求映射到某一个动作,而是根据请求的URL发现适当的动作。
The page action method then mines the request URL to determine the type of data and the data identifier, loads that data, and then navigates to the appropriate template.
然后,该页面动作方法利用请求url,以判断数据类型和数据标识符,加载数据,然后导航到适当的模板。
They accept HTTP requests, parse the URL, and forward processing of the request to an appropriate action.
它们接受HTTP请求,解析url,把请求的处理转发给适当的动作。
The URL is transformed into an internal relative URI and the access method is translated into an action.
URL会被转换成内部相对uri,而访问方式则会被解析为一个动作。
Now that you have the correct base URL for the selected action, you need to collect the form values entered by users.
现在对选择的动作有了正确的基础url,需要收集用户输入的表单值。
The submission will take your model instance and post it to the URL specified in the submission action attribute.
提交将把模型实例传递给提交动作属性中指定的URL。
The action on your submission is the URL of the HTTP request you are going to make.
提交的动作是要请求的HTTPURL。
Specifically, the email action USES the mailto URL protocol to create the new message.
确切的说,email动作使用了mailtoURL协议来创建新的消息。
When the user enters the URL value and clicks the submit button, the action is passed to the createURI value which is the URI to the calling portlet.
当用户输入URL值并单击submit(提交)按钮时,这个动作会被传给createURI 值,而这个值刚好是发出调用的 portlet 的URI。
An advanced component property and action are available to direct it to load from a file, a URL, or a Lotus Notes attachment.
可以通过一个高级组件属性和动作指示它从文件、URL或是LotusNotes附件进行装载。
The method="put" action puts the form's data model instance to the destination URL as an XML document.
method="put"动作将表单数据模型实例作为XML文档 put给目标URL。
The method="post" action posts the form's data model instance to the receiving URL as an XML document, suitable for processing with XSLT or any other XML manipulation technique.
method="post"动作将表单数据模型实例作为XML文档 post给接收URL,适用于XSLT或者其他 XML处理技术。
In this URL, trails is the name of the controller and list is the name of the action, implemented with the list controller method. Figure 1 shows the results.
在这个URL中,trails是控制器的名称,list是动作的名称,由list控制器方法实现。
In general, action-based routing is used within a Dynamic or Static Service Gateway, while the URL and XPath modes are used only in the new Proxy Gateway pattern, which is described below.
一般情况下,在动态或静态服务网关内使用基于动作的路由,URL和XPath模式仅在代理网关模式下使用,如下所述。
All the real action starts with more specific URLs. The following list describes the mapping from URL stems to classes.
所有真正的动作都在更具体的URL中发生。
The action contains a URL that uniquely identifies the drop target.
该操作包含一个独一无二的标示拖放目标的URL。
When a user makes a request for an application URL, the routing system intercepts that request and decides, based on the URL pattern, which Action should be invoked to fulfill the request.
当用户发出获取应用程序URL 的请求时,路由系统将拦截该请求,并根据 URL模式决定应该调用哪个操作来响应请求。
Like its name suggests, this fetch action makes an HTTP request to fetch the configured source URL.
顾名思义,此获取操作发出HTTP请求以获取已配置的源url。
Figures 5, 6, and 7 show the URL rewriting in action.
图5、6和7显示了操作中的url重写。
A mapping of the action class with the URL path is registered with the Struts configuration so that all requests with a matching path are sent to the mapped action class for processing.
action类与URL路径的映射被注册到Struts配置中,这样所有具有匹配路径的请求都被发送到与路径相映射的action类,然后再进行处理。
When defining a new action, I like to start off by putting a comment that reminds me what the URL is that access this functionality.
在定义一个新的action时,我喜欢首先编写一条注释,以提醒我访问这一功能的URL是什么。
应用推荐