Using the EL API in JSP tag files.
在JS p标记文件中使用ELapi。
Using JSP tag files to build Web components.
使用JS p标记文件构建Web组件。
Creating resource bundles with JSP tag files.
用JS p标记文件创建资源包。
You can tag files by adding % doc or % config to the line.
可以将%doc或%config添加到该行,以标记文件。
The JSP code of both tag files is presented later in this article.
两个标记文件的JSP代码将在本文的稍后部分给出。
This section discusses a set of JSP tag files acting as validators.
本节将讨论作为验证器的一组JS p标记文件。
In this article, you learned how to generate Ajax routines using JSP tag files.
在本文,您接触了如何利用JS p标记文件生成ajax例程。
The sample application of this article has two directories containing tag files.
本文的示例应用程序有两个包含标记文件的目录。
The application server automatically reloads the tag files when they are changed.
当标记文件被更改后,应用服务器会自动重载标记文件。
Part 2 of this series showed how to generate HTML forms, using a set of JSP tag files.
本系列的第2部分展示了如何用一组JS p标记文件生成HTML表单。
For compatibility reasons, tag files are expected to use the JSP 2.0 version by default.
考虑到兼容性,默认情况下,标记文件使用JSP 2.0版本。
This file must be placed in each directory that contains tag files using JSP 2.1 features.
这个文件必须放置在每个包含使用JSP 2.1特性的标记文件的目录中。
This section shows how easily you can implement this with the help of JSTL and JSP tag files.
本节将展示如何借助JSTL和JSP标记文件轻松实现这一点。
This section demonstrates how to implement the same input component, using JSTL and JSP tag files.
本节演示如何使用JSTL和JSP标记文件实现相同的输入组件。
Part 2: Create HTML forms, using conventions and JSP tag files to minimize setup and configuration.
第2部分:创建HTML表单,使用约定和JSP标记文件使设置和配置最小化。
They can also tag files, identify faces, edit photos, and browse through files - just not in glorious 3D.
他们也可以对文件提供标签分类,人脸识别,图片编辑和浏览,只不过这一切并不是通过绚丽的3D形式来展示的。
JSP defines six directives altogether, if you count three directives that are valid only for JSP tag files.
JSP总共定义了六个指令,而仅三个指令对JS p标记文件有效。
It also allows you to secure uploaded files, tag files for easy locating, and locate experts using a tag cloud.
它还允许使用一个标记云来保护所上载的文件,标记文件以便轻松定位,以及定位专家。
Part 2 showed how to create HTML forms, using conventions and JSP tag files to minimize setup and configuration.
第2部分展示了如何使用约定和JSP标记文件创建HTML表单以最小化设置和配置。
Another interesting service is openemy, which provides a File System-like API, but adds the ability to tag files.
另一个有趣的服务是openemy,它提供了一个类似文件系统的API,而且还可以给文件添上标签。
Unfortunately, my audio collection comprises many more formats than that and I tag files like a man possessed.
不幸的是,我的音乐收藏包括比这更多的格式,我想一个男人有一个标记文件。
This article demonstrates how you can build customizable Web components, using JSP tag files and JSTL instead of JSF.
本文将演示如何使用JS p标记文件和JSTL构建可定制Web组件,而无需使用JSF。
You could build similar tag files to perform different processing operations depending on the needs of your application.
您可以构建类似的标记文件以根据应用程序的具体需要执行不同的处理操作。
If you want to build additional Web components, it is a good idea to place the common code fragments into reusable tag files.
如果想要构建额外的Web组件,最好把公共的代码片段放到可重用的标记文件中。
Tag files are an easy way to implement the validation on the server because they use the JSP syntax and are reusable across pages.
由于使用jsp句法并且可跨页重用,标记文件很容易在服务器上实现验证。
Listing 20 shows the SupportForm.jsp page, which USES the library of tag files presented in the previous sections of this article.
清单20展示了SupportForm . jsp页面,该页面使用本文前一节提供的标记文件库。
A similar example is presented here so that you can compare the form of the JSF article with the Web form based on the JSP tag files of this article.
此处提供了一个类似的例子,便于您将JSF文章中的表单和基于本文JS p标记文件的Web表单进行比较。
JSP tag files are the ideal solution for simplifying Web component development because they let you create custom tag libraries, using the JSP syntax.
JS p标记文件是简化We b组件开发的理想解决方案,因为它们允许使用jsp语法创建定制标记库。
The JSP page (see Listing 6) declares the used tag libraries, which are JSTL Core (prefix c) and the library of tag files (prefix da). The CityForm.jsp
JSP页面(见清单6)声明了所使用的标记库,它们是JSTLCore(前缀为c)和标记文件库(前缀为da)。
It took less than 10k of JSP code to implement a set of tag files that produce the basic form elements: lists, text fields, radio buttons, check boxes, and submit buttons.
只需不到10k的JSP代码就可以实现一组标记文件,这些文件生成基本的表单元素:列表、文本字段、单选按钮、复选框和提交按钮。
应用推荐