更好的是在JSTL中已存在一组已定义的标准的自定义标记库。
Of further benefit is the existence of the standard set of custom tag libraries defined within the JSTL.
然后,将JSP声明加入到所有需要使用自定义标记库的页面中。
Next, we add a JSP declaration to any page that will need to use the custom tag library.
然而,由于jsp页面将代码和自定义标记库相混合,因此无法在这种环境下良好地工作。
JSP pages, however, with their mix of code and custom tag libraries, cannot function well in this environment.
还包含实现自定义标记库的功能(请参见generalstore - taglib . tld)。
Also contains functions that implement a custom tag library (see generalstore-taglib.tld).
JSP页面很少具有格式良好的XML文档,并且不重视是否符合XHTML,而 XHTML 这种标记语言并不允许使用各种 JSP自定义标记库。
JSP pages are rarely well-formed XML documents, never mind conforming to XHTML, a markup language that doesn't allow the various JSP custom tag libraries.
任何人都可以编写JS p自定义标记,然后以标记库的形式将其提供给JSP创建者使用。
JSP custom tags can be written by anyone and then supplied for use by JSP authors, in the form of tag libraries.
下个月,我们将开始讲述JS p自定义标记和JSP标准标记库(JSTL)。
Next month, we'll start talking about JSP custom tags and the JSP Standard tag Library (JSTL).
标记库允许将自定义标记(例如 )添加到JSP页面,然后在运行时在标记库内将其解析为代码片段。
Tag libraries allow custom tags (for example, ) to be added to a JSP page, which at runtime are resolved into code fragments in, well, tag libraries.
使用自定义标记和相关的标记库允许把以上示例转换为清单6所示的内容。
The use of a custom tag and associated tag library would allow the example above to be converted to that shown in Listing 6.
本文将向您说明如何使用聚合标记库来构建自己的门户框架、如何使用MBeanAPI,以及如何自定义Portlet来支持其他标记。
This article shows how to use the aggregation tag library to build your own portal framework, how to use the MBean API, and how to customize portlets to support additional markups.
JPS标准标记库(JSP Standard Tag Library,JSTL)在这方面帮助了我很多,但是编写我自己的自定义JSP标记则完全是另一回事。
The JSP Standard tag Library (JSTL) went a long way toward helping me get beyond my evil ways, but writing my own custom JSP tags was another issue altogether.
用户应能够从下拉列表中选择站点成员,或是输入自定义值,而不需向某数据库添加一个标记然后再选择它。
Instead of adding a tag to a database and then selecting it, users should be able to select members of the site from a drop down, or, enter a custom value.
用户应能够从下拉列表中选择站点成员,或是输入自定义值,而不需向某数据库添加一个标记然后再选择它。
Instead of adding a tag to a database and then selecting it, users should be able to select members of the site from a drop down, or, enter a custom value.
应用推荐