Import jsp tags from a file or server (web.xml), Import jrun tags – Adobe Dreamweaver CC 2015 User Manual
Page 418
411
Coding
Last updated 6/3/2015
• To import only certain custom tags from the application server, select ASP.NET > Import Selected ASP.NET
Custom Tags. Control-click (Windows) or Command-click (Macintosh) tags from the list.
Import JSP tags from a file or server (web.xml)
Import a JSP tag library into Dreamweaver from a variety of file types or a JSP server.
1
Open a JSP page in Dreamweaver.
2
Open the Tag Library editor (Edit > Tag Libraries).
3
Click the Plus (+) button, and select JSP > Import From File (*.tld, *.jar, *.zip), or JSP > Import from Server
(web.xml.)
4
Click the Browse button or enter a filename for the file that contains the tag library.
5
Enter a URI to identify the tag library.
The URI (Uniform Resource Identifier) often consists of the URL of the organization maintaining the tag library.
The URL is not used to view the organization’s website; it is used to uniquely identify the tag library.
6
(Optional) Enter the prefix to be used with the tags. Some tag libraries use a prefix to identify a tag in the code as
part of a particular tag library.
7
Click OK.
Import JRun tags
If you use Adobe® JRun™, you can import your JRun tags into Dreamweaver.
1
Open a JSP page in Dreamweaver.
2
Open the Tag Library editor (Edit > Tag Libraries).
3
Click the Plus (+) button and select JSP > Import JRun Server Tags From Folder.
4
Enter a folder name for the folder that contains the JRun tags.
5
Enter a URI to identify the tag library.
The URI (Uniform Resource Identifier) often consists of the URL of the organization maintaining the tag library.
The URL is not used to view the organization’s website; it is used to uniquely identify the tag library.
6
(Optional) Enter the prefix to be used with the tags. Some tag libraries use a prefix to identify a tag in the code as
part of a particular tag library.
7
Click OK.